Uses of Class
org.optaplanner.examples.coachshuttlegathering.domain.Shuttle
-
Packages that use Shuttle Package Description org.optaplanner.examples.coachshuttlegathering.domain -
-
Uses of Shuttle in org.optaplanner.examples.coachshuttlegathering.domain
Fields in org.optaplanner.examples.coachshuttlegathering.domain with type parameters of type Shuttle Modifier and Type Field Description protected List<Shuttle>CoachShuttleGatheringSolution. shuttleListprotected List<Shuttle>BusHub. transferShuttleListprotected List<Shuttle>BusStop. transferShuttleListMethods in org.optaplanner.examples.coachshuttlegathering.domain that return types with arguments of type Shuttle Modifier and Type Method Description List<Shuttle>CoachShuttleGatheringSolution. getShuttleList()List<Shuttle>BusHub. getTransferShuttleList()List<Shuttle>BusStop. getTransferShuttleList()List<Shuttle>StopOrHub. getTransferShuttleList()Method parameters in org.optaplanner.examples.coachshuttlegathering.domain with type arguments of type Shuttle Modifier and Type Method Description voidCoachShuttleGatheringSolution. setShuttleList(List<Shuttle> shuttleList)voidBusHub. setTransferShuttleList(List<Shuttle> transferShuttleList)voidBusStop. setTransferShuttleList(List<Shuttle> transferShuttleList)voidStopOrHub. setTransferShuttleList(List<Shuttle> transferShuttleList)
-