Class MrGlobalPenaltyInfo
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.machinereassignment.domain.MrGlobalPenaltyInfo
-
public class MrGlobalPenaltyInfo extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description MrGlobalPenaltyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMachineMoveCostWeight()intgetProcessMoveCostWeight()intgetServiceMoveCostWeight()voidsetMachineMoveCostWeight(int machineMoveCostWeight)voidsetProcessMoveCostWeight(int processMoveCostWeight)voidsetServiceMoveCostWeight(int serviceMoveCostWeight)-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-
-
-
Method Detail
-
getProcessMoveCostWeight
public int getProcessMoveCostWeight()
-
setProcessMoveCostWeight
public void setProcessMoveCostWeight(int processMoveCostWeight)
-
getServiceMoveCostWeight
public int getServiceMoveCostWeight()
-
setServiceMoveCostWeight
public void setServiceMoveCostWeight(int serviceMoveCostWeight)
-
getMachineMoveCostWeight
public int getMachineMoveCostWeight()
-
setMachineMoveCostWeight
public void setMachineMoveCostWeight(int machineMoveCostWeight)
-
-