Class RenewableResourceUsedDay
- java.lang.Object
-
- org.optaplanner.examples.projectjobscheduling.solver.score.drools.RenewableResourceUsedDay
-
- All Implemented Interfaces:
Serializable
public class RenewableResourceUsedDay extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RenewableResourceUsedDay(Resource resource, int usedDay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ResourcegetResource()intgetResourceCapacity()intgetUsedDay()inthashCode()StringtoString()
-