Class MrMachine
java.lang.Object
ai.timefold.solver.examples.common.domain.AbstractPersistable
ai.timefold.solver.examples.machinereassignment.domain.MrMachine
- All Implemented Interfaces:
Labeled
-
Field Summary
Fields inherited from class ai.timefold.solver.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()getMachineCapacity(MrResource resource) intgetMoveCostTo(MrMachine toMachine) voidsetLocation(MrLocation location) voidsetMachineCapacityList(List<MrMachineCapacity> machineCapacityList) voidsetMachineMoveCostMap(Map<MrMachine, Integer> machineMoveCostMap) voidsetNeighborhood(MrNeighborhood neighborhood) Methods inherited from class ai.timefold.solver.examples.common.domain.AbstractPersistable
getId, setId, toString
-
Constructor Details
-
MrMachine
public MrMachine(long id) -
MrMachine
-
-
Method Details