Uses of Interface
org.optaplanner.examples.coachshuttlegathering.domain.BusOrStop
-
Packages that use BusOrStop Package Description org.optaplanner.examples.coachshuttlegathering.domain org.optaplanner.examples.coachshuttlegathering.domain.solver -
-
Uses of BusOrStop in org.optaplanner.examples.coachshuttlegathering.domain
Classes in org.optaplanner.examples.coachshuttlegathering.domain that implement BusOrStop Modifier and Type Class Description classBusclassBusStopclassCoachclassShuttleFields in org.optaplanner.examples.coachshuttlegathering.domain declared as BusOrStop Modifier and Type Field Description protected BusOrStopBusStop. previousBusOrStopMethods in org.optaplanner.examples.coachshuttlegathering.domain that return BusOrStop Modifier and Type Method Description BusOrStopBusStop. getPreviousBusOrStop()Methods in org.optaplanner.examples.coachshuttlegathering.domain with parameters of type BusOrStop Modifier and Type Method Description intBusStop. getDistanceFrom(BusOrStop busOrStop)voidBusStop. setPreviousBusOrStop(BusOrStop previousBusOrStop)Constructors in org.optaplanner.examples.coachshuttlegathering.domain with parameters of type BusOrStop Constructor Description BusStop(long id, BusOrStop previousBusOrStop, Bus bus)BusStop(long id, BusOrStop previousBusOrStop, Bus bus, int passengerQuantity) -
Uses of BusOrStop in org.optaplanner.examples.coachshuttlegathering.domain.solver
Methods in org.optaplanner.examples.coachshuttlegathering.domain.solver with parameters of type BusOrStop Modifier and Type Method Description voidTransportTimeToHubUpdatingVariableListener. afterEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)voidTransportTimeToHubUpdatingVariableListener. afterEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)voidTransportTimeToHubUpdatingVariableListener. afterVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)voidTransportTimeToHubUpdatingVariableListener. beforeEntityAdded(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)voidTransportTimeToHubUpdatingVariableListener. beforeEntityRemoved(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)voidTransportTimeToHubUpdatingVariableListener. beforeVariableChanged(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusOrStop busOrStop)DepotAngleBusStopDifficultyWeightFactory.DepotAngleBusStopDifficultyWeightDepotAngleBusStopDifficultyWeightFactory. createSorterWeight(CoachShuttleGatheringSolution solution, BusOrStop busOrStop)Constructors in org.optaplanner.examples.coachshuttlegathering.domain.solver with parameters of type BusOrStop Constructor Description DepotAngleBusStopDifficultyWeight(BusOrStop busOrStop, double hubAngle, int hubRoundTripDistance)
-