Uses of Class
org.optaplanner.examples.coachshuttlegathering.domain.BusHub
-
Packages that use BusHub Package Description org.optaplanner.examples.coachshuttlegathering.domain -
-
Uses of BusHub in org.optaplanner.examples.coachshuttlegathering.domain
Fields in org.optaplanner.examples.coachshuttlegathering.domain declared as BusHub Modifier and Type Field Description protected BusHubCoach. destinationprotected BusHubCoachShuttleGatheringSolution. hubMethods in org.optaplanner.examples.coachshuttlegathering.domain that return BusHub Modifier and Type Method Description BusHubCoachShuttleGatheringSolution. getHub()Methods in org.optaplanner.examples.coachshuttlegathering.domain that return types with arguments of type BusHub Modifier and Type Method Description List<BusHub>CoachShuttleGatheringSolution. getHubRange()Methods in org.optaplanner.examples.coachshuttlegathering.domain with parameters of type BusHub Modifier and Type Method Description voidCoach. setDestination(BusHub destination)voidCoachShuttleGatheringSolution. setHub(BusHub hub)
-