Interface IScheduleComputer
-
- All Known Implementing Classes:
ASchedulingComputer
,DefaultSchedulingComputer
,VariableReleaseDatesSchedulingComputer
public interface IScheduleComputer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fillTimes(IJobSchedulingInput problemInput, java.util.List<Pair<Operation,Machine>> assignments, java.util.Map<Job,java.lang.Integer> arrivalTimes, java.util.Map<Operation,java.lang.Integer> startTimes, java.util.Map<Operation,java.lang.Integer> endTimes, java.util.Map<Operation,java.lang.Integer> setupStartTimes, java.util.Map<Operation,java.lang.Integer> setupEndTimes)
-
-
-
Method Detail
-
fillTimes
void fillTimes(IJobSchedulingInput problemInput, java.util.List<Pair<Operation,Machine>> assignments, java.util.Map<Job,java.lang.Integer> arrivalTimes, java.util.Map<Operation,java.lang.Integer> startTimes, java.util.Map<Operation,java.lang.Integer> endTimes, java.util.Map<Operation,java.lang.Integer> setupStartTimes, java.util.Map<Operation,java.lang.Integer> setupEndTimes)
-
-