org.optaplanner.examples.projectjobscheduling.domain
Class Allocation
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.projectjobscheduling.domain.Allocation
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class Allocation
- extends AbstractPersistable
- See Also:
- Serialized Form
Allocation
public Allocation()
getJob
public Job getJob()
setJob
public void setJob(Job job)
getSourceAllocation
public Allocation getSourceAllocation()
setSourceAllocation
public void setSourceAllocation(Allocation sourceAllocation)
getSinkAllocation
public Allocation getSinkAllocation()
setSinkAllocation
public void setSinkAllocation(Allocation sinkAllocation)
getPredecessorAllocationList
public List<Allocation> getPredecessorAllocationList()
setPredecessorAllocationList
public void setPredecessorAllocationList(List<Allocation> predecessorAllocationList)
getSuccessorAllocationList
public List<Allocation> getSuccessorAllocationList()
setSuccessorAllocationList
public void setSuccessorAllocationList(List<Allocation> successorAllocationList)
getExecutionMode
public ExecutionMode getExecutionMode()
setExecutionMode
public void setExecutionMode(ExecutionMode executionMode)
getDelay
public Integer getDelay()
setDelay
public void setDelay(Integer delay)
getPredecessorsDoneDate
public Integer getPredecessorsDoneDate()
setPredecessorsDoneDate
public void setPredecessorsDoneDate(Integer predecessorsDoneDate)
getStartDate
public Integer getStartDate()
getEndDate
public Integer getEndDate()
getProject
public Project getProject()
getLabel
public String getLabel()
getExecutionModeRange
public List<ExecutionMode> getExecutionModeRange()
getDelayRange
public List<Integer> getDelayRange()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.