Uses of Class
org.optaplanner.examples.coachshuttlegathering.domain.BusStop
-
Packages that use BusStop Package Description org.optaplanner.examples.coachshuttlegathering.domain org.optaplanner.examples.coachshuttlegathering.domain.solver -
-
Uses of BusStop in org.optaplanner.examples.coachshuttlegathering.domain
Fields in org.optaplanner.examples.coachshuttlegathering.domain declared as BusStop Modifier and Type Field Description protected BusStopBus. nextStopprotected BusStopBusStop. nextStopFields in org.optaplanner.examples.coachshuttlegathering.domain with type parameters of type BusStop Modifier and Type Field Description protected List<BusStop>CoachShuttleGatheringSolution. stopListMethods in org.optaplanner.examples.coachshuttlegathering.domain that return BusStop Modifier and Type Method Description BusStopBus. getNextStop()BusStopBusOrStop. getNextStop()BusStopBusStop. getNextStop()Methods in org.optaplanner.examples.coachshuttlegathering.domain that return types with arguments of type BusStop Modifier and Type Method Description List<BusStop>CoachShuttleGatheringSolution. getStopList()Methods in org.optaplanner.examples.coachshuttlegathering.domain with parameters of type BusStop Modifier and Type Method Description voidBus. setNextStop(BusStop nextStop)voidBusOrStop. setNextStop(BusStop nextStop)voidBusStop. setNextStop(BusStop nextStop)Method parameters in org.optaplanner.examples.coachshuttlegathering.domain with type arguments of type BusStop Modifier and Type Method Description voidCoachShuttleGatheringSolution. setStopList(List<BusStop> stopList) -
Uses of BusStop in org.optaplanner.examples.coachshuttlegathering.domain.solver
Methods in org.optaplanner.examples.coachshuttlegathering.domain.solver with parameters of type BusStop Modifier and Type Method Description protected voidTransportTimeToHubUpdatingVariableListener. updateTransportTimeToHub(org.optaplanner.core.api.score.director.ScoreDirector<CoachShuttleGatheringSolution> scoreDirector, BusStop sourceStop)
-