Class MrResource
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.machinereassignment.domain.MrResource
-
public class MrResource extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description MrResource(int index, boolean transientlyConsumed, int loadCostWeight)MrResource(long id)MrResource(long id, int index, boolean transientlyConsumed, int loadCostWeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()intgetLoadCostWeight()booleanisTransientlyConsumed()-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-