Uses of Class
org.optaplanner.examples.coachshuttlegathering.domain.Bus
-
Packages that use Bus Package Description org.optaplanner.examples.coachshuttlegathering.domain org.optaplanner.examples.coachshuttlegathering.domain.solver -
-
Uses of Bus in org.optaplanner.examples.coachshuttlegathering.domain
Subclasses of Bus in org.optaplanner.examples.coachshuttlegathering.domain Modifier and Type Class Description classCoachclassShuttleFields in org.optaplanner.examples.coachshuttlegathering.domain declared as Bus Modifier and Type Field Description protected BusBusStop. busMethods in org.optaplanner.examples.coachshuttlegathering.domain that return Bus Modifier and Type Method Description BusBus. getBus()BusBusOrStop. getBus()BusBusStop. getBus()BusShuttle. getDestinationBus()Methods in org.optaplanner.examples.coachshuttlegathering.domain that return types with arguments of type Bus Modifier and Type Method Description List<Bus>CoachShuttleGatheringSolution. getBusList()Methods in org.optaplanner.examples.coachshuttlegathering.domain with parameters of type Bus Modifier and Type Method Description voidBusStop. setBus(Bus bus)Constructors in org.optaplanner.examples.coachshuttlegathering.domain with parameters of type Bus Constructor Description BusStop(long id, BusOrStop previousBusOrStop, Bus bus)BusStop(long id, BusOrStop previousBusOrStop, Bus bus, int passengerQuantity) -
Uses of Bus in org.optaplanner.examples.coachshuttlegathering.domain.solver
Methods in org.optaplanner.examples.coachshuttlegathering.domain.solver with parameters of type Bus Modifier and Type Method Description protected abstract booleanBusPassengerCountTotalUpdatingVariableListener. isCorrectBusInstance(Bus bus)protected booleanCoachPassengerCountTotalUpdatingVariableListener. isCorrectBusInstance(Bus bus)protected booleanShuttlePassengerCountTotalUpdatingVariableListener. isCorrectBusInstance(Bus bus)
-