org.optaplanner.examples.projectjobscheduling.domain
public class Allocation extends AbstractPersistable
id
Constructor and Description |
---|
Allocation() |
Modifier and Type | Method and Description |
---|---|
Integer |
getDelay() |
List<Integer> |
getDelayRange() |
Integer |
getEndDate() |
ExecutionMode |
getExecutionMode() |
List<ExecutionMode> |
getExecutionModeRange() |
Job |
getJob() |
String |
getLabel() |
List<Allocation> |
getPredecessorAllocationList() |
Integer |
getPredecessorsDoneDate() |
Project |
getProject() |
Allocation |
getSinkAllocation() |
Allocation |
getSourceAllocation() |
Integer |
getStartDate() |
List<Allocation> |
getSuccessorAllocationList() |
void |
setDelay(Integer delay) |
void |
setExecutionMode(ExecutionMode executionMode) |
void |
setJob(Job job) |
void |
setPredecessorAllocationList(List<Allocation> predecessorAllocationList) |
void |
setPredecessorsDoneDate(Integer predecessorsDoneDate) |
void |
setSinkAllocation(Allocation sinkAllocation) |
void |
setSourceAllocation(Allocation sourceAllocation) |
void |
setSuccessorAllocationList(List<Allocation> successorAllocationList) |
compareTo, getId, setId, toString
public Job getJob()
public void setJob(Job job)
public Allocation getSourceAllocation()
public void setSourceAllocation(Allocation sourceAllocation)
public Allocation getSinkAllocation()
public void setSinkAllocation(Allocation sinkAllocation)
public List<Allocation> getPredecessorAllocationList()
public void setPredecessorAllocationList(List<Allocation> predecessorAllocationList)
public List<Allocation> getSuccessorAllocationList()
public void setSuccessorAllocationList(List<Allocation> successorAllocationList)
public ExecutionMode getExecutionMode()
public void setExecutionMode(ExecutionMode executionMode)
public Integer getDelay()
public void setDelay(Integer delay)
public Integer getPredecessorsDoneDate()
public void setPredecessorsDoneDate(Integer predecessorsDoneDate)
public Integer getStartDate()
public Integer getEndDate()
public Project getProject()
public String getLabel()
public List<ExecutionMode> getExecutionModeRange()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.