Class CoachPassengerCountTotalUpdatingVariableListener
- java.lang.Object
-
- org.optaplanner.examples.coachshuttlegathering.domain.solver.BusPassengerCountTotalUpdatingVariableListener
-
- org.optaplanner.examples.coachshuttlegathering.domain.solver.CoachPassengerCountTotalUpdatingVariableListener
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.optaplanner.core.api.domain.variable.VariableListener<CoachShuttleGatheringSolution,Object>
public class CoachPassengerCountTotalUpdatingVariableListener extends BusPassengerCountTotalUpdatingVariableListener
-
-
Constructor Summary
Constructors Constructor Description CoachPassengerCountTotalUpdatingVariableListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisCorrectBusInstance(Bus bus)-
Methods inherited from class org.optaplanner.examples.coachshuttlegathering.domain.solver.BusPassengerCountTotalUpdatingVariableListener
afterEntityAdded, afterEntityRemoved, afterVariableChanged, beforeEntityAdded, beforeEntityRemoved, beforeVariableChanged
-
-
-
-
Method Detail
-
isCorrectBusInstance
protected boolean isCorrectBusInstance(Bus bus)
- Specified by:
isCorrectBusInstancein classBusPassengerCountTotalUpdatingVariableListener
-
-