Uses of Class
org.optaplanner.examples.cheaptime.domain.Machine
-
Packages that use Machine Package Description org.optaplanner.examples.cheaptime.domain org.optaplanner.examples.cheaptime.solver.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 MachineMachineCapacity. getMachine()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 voidMachineCapacity. setMachine(Machine machine)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) -
Uses of Machine in org.optaplanner.examples.cheaptime.solver.drools
Methods in org.optaplanner.examples.cheaptime.solver.drools that return Machine Modifier and Type Method Description MachineIdleCost. getMachine()MachineMachinePeriodPart. getMachine()Constructors in org.optaplanner.examples.cheaptime.solver.drools with parameters of type Machine Constructor Description IdleCost(Machine machine, int activePeriodAfterIdle, long cost)MachinePeriodPart(Machine machine, int period, int resourceListSize, List<TaskAssignment> taskAssignmentList)
-