Class Allocation

    • Constructor Detail

      • Allocation

        public Allocation()
    • Method Detail

      • getBatch

        public Batch getBatch()
      • setBatch

        public void setBatch​(Batch batch)
      • getRoutePath

        public RoutePath getRoutePath()
      • setRoutePath

        public void setRoutePath​(RoutePath routePath)
      • getSegment

        public Segment getSegment()
      • setSegment

        public void setSegment​(Segment segment)
      • getPredecessorAllocation

        public Allocation getPredecessorAllocation()
      • setPredecessorAllocation

        public void setPredecessorAllocation​(Allocation predecessorAllocation)
      • getSuccessorAllocation

        public Allocation getSuccessorAllocation()
      • setSuccessorAllocation

        public void setSuccessorAllocation​(Allocation successorAllocation)
      • setDelay

        public void setDelay​(Long delay)
      • setPredecessorsDoneDate

        public void setPredecessorsDoneDate​(Long predecessorsDoneDate)
      • getStartInjectionTime

        public Long getStartInjectionTime()
      • getEndInjectionTime

        public Long getEndInjectionTime()
      • getStartDeliveryTime

        public Long getStartDeliveryTime()
      • getEndDeliveryTime

        public Long getEndDeliveryTime()
      • getLabel

        public String getLabel()
      • isFirst

        public Boolean isFirst()
      • getDelay

        public Long getDelay()
      • getPredecessorsDoneDate

        public Long getPredecessorsDoneDate()
      • getDelayRange

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