Interface IDtoSchedulingTaskResult

All Known Implementing Classes:
DtoSchedulingTaskResult

public interface IDtoSchedulingTaskResult
returns the final production planning. Every Job in input is either produced in an allocation, unselected or disqualified.
  • Method Details

    • getAllocations

      IDtoAllocation[] getAllocations()
      Allocations for all selected jobs that could be produced. (including fixedJobs, not including disqualifiedJobs)
    • setAllocations

      void setAllocations(IDtoAllocation[] allocations)
      Allocations for all selected jobs that could be produced. (including fixedJobs, not including disqualifiedJobs)
    • getDisqualifiedJobs

      IDtoAbstractJobDisqualification[] getDisqualifiedJobs()
      Jobs that were selected for production, but could not be produced because some requirement could not be met.
    • setDisqualifiedJobs

      void setDisqualifiedJobs(IDtoAbstractJobDisqualification[] disqualifiedJobs)
      Jobs that were selected for production, but could not be produced because some requirement could not be met.