org.drools.planner.examples.machinereassignment.domain
Class MrGlobalPenaltyInfo
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.machinereassignment.domain.MrGlobalPenaltyInfo
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class MrGlobalPenaltyInfo
- extends AbstractPersistable
- See Also:
- Serialized Form
MrGlobalPenaltyInfo
public MrGlobalPenaltyInfo()
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.