Uses of Class
org.optaplanner.examples.cheaptime.domain.Machine
-
Packages that use Machine Package Description org.optaplanner.examples.cheaptime.domain org.optaplanner.examples.cheaptime.optional.score org.optaplanner.examples.cheaptime.optional.score.drools -
-
Uses of Machine in org.optaplanner.examples.cheaptime.domain
Methods in org.optaplanner.examples.cheaptime.domain that return Machine Modifier and Type Method Description MachineTaskAssignment. getMachine()Methods in org.optaplanner.examples.cheaptime.domain that return types with arguments of type Machine Modifier and Type Method Description List<Machine>CheapTimeSolution. getMachineList()Methods in org.optaplanner.examples.cheaptime.domain with parameters of type Machine Modifier and Type Method Description voidTaskAssignment. setMachine(Machine machine)Method parameters in org.optaplanner.examples.cheaptime.domain with type arguments of type Machine Modifier and Type Method Description voidCheapTimeSolution. setMachineList(List<Machine> machineList)Constructors in org.optaplanner.examples.cheaptime.domain with parameters of type Machine Constructor Description TaskAssignment(Task task, Machine machine, Period start) -
Uses of Machine in org.optaplanner.examples.cheaptime.optional.score
Methods in org.optaplanner.examples.cheaptime.optional.score that return Machine Modifier and Type Method Description MachineMachinePeriodPart. getMachine()Constructors in org.optaplanner.examples.cheaptime.optional.score with parameters of type Machine Constructor Description MachinePeriodPart(Machine machine, int period, List<TaskAssignment> taskAssignmentList) -
Uses of Machine in org.optaplanner.examples.cheaptime.optional.score.drools
Methods in org.optaplanner.examples.cheaptime.optional.score.drools that return Machine Modifier and Type Method Description MachineIdleCost. getMachine()Constructors in org.optaplanner.examples.cheaptime.optional.score.drools with parameters of type Machine Constructor Description IdleCost(Machine machine, int activePeriodAfterIdle, long cost)
-