Uses of Class
org.optaplanner.examples.coachshuttlegathering.domain.Bus
-
Packages that use Bus Package Description org.optaplanner.examples.coachshuttlegathering.domain -
-
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)
-