Uses of Class
org.optaplanner.examples.coachshuttlegathering.domain.Coach
-
Packages that use Coach Package Description org.optaplanner.examples.coachshuttlegathering.domain -
-
Uses of Coach in org.optaplanner.examples.coachshuttlegathering.domain
Fields in org.optaplanner.examples.coachshuttlegathering.domain with type parameters of type Coach Modifier and Type Field Description protected List<Coach>CoachShuttleGatheringSolution. coachListMethods in org.optaplanner.examples.coachshuttlegathering.domain that return types with arguments of type Coach Modifier and Type Method Description List<Coach>CoachShuttleGatheringSolution. getCoachList()Method parameters in org.optaplanner.examples.coachshuttlegathering.domain with type arguments of type Coach Modifier and Type Method Description voidCoachShuttleGatheringSolution. setCoachList(List<Coach> coachList)
-