Class Allocation

    • Constructor Detail

      • Allocation

        public Allocation()
    • Method Detail

      • 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)
      • 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()
      • getProjectCriticalPathEndDate

        public int getProjectCriticalPathEndDate()
      • getJobType

        public JobType getJobType()
      • getLabel

        public String getLabel()
      • getDelayRange

        public org.optaplanner.core.api.domain.valuerange.CountableValueRange<Integer> getDelayRange()