Uses of Class
org.optaplanner.examples.coachshuttlegathering.domain.location.RoadLocation
-
Packages that use RoadLocation Package Description org.optaplanner.examples.coachshuttlegathering.domain org.optaplanner.examples.coachshuttlegathering.domain.location -
-
Uses of RoadLocation in org.optaplanner.examples.coachshuttlegathering.domain
Fields in org.optaplanner.examples.coachshuttlegathering.domain declared as RoadLocation Modifier and Type Field Description protected RoadLocationBus. departureLocationprotected RoadLocationBusHub. locationprotected RoadLocationBusStop. locationFields in org.optaplanner.examples.coachshuttlegathering.domain with type parameters of type RoadLocation Modifier and Type Field Description protected List<RoadLocation>CoachShuttleGatheringSolution. locationListMethods in org.optaplanner.examples.coachshuttlegathering.domain that return RoadLocation Modifier and Type Method Description RoadLocationBus. getDepartureLocation()RoadLocationBus. getLocation()RoadLocationBusHub. getLocation()RoadLocationBusOrStop. getLocation()RoadLocationBusStop. getLocation()RoadLocationStopOrHub. getLocation()Methods in org.optaplanner.examples.coachshuttlegathering.domain that return types with arguments of type RoadLocation Modifier and Type Method Description List<RoadLocation>CoachShuttleGatheringSolution. getLocationList()Methods in org.optaplanner.examples.coachshuttlegathering.domain with parameters of type RoadLocation Modifier and Type Method Description abstract intBus. getDistanceFromTo(RoadLocation sourceLocation, RoadLocation targetLocation)intCoach. getDistanceFromTo(RoadLocation sourceLocation, RoadLocation targetLocation)intShuttle. getDistanceFromTo(RoadLocation sourceLocation, RoadLocation targetLocation)abstract intBus. getDurationFromTo(RoadLocation sourceLocation, RoadLocation targetLocation)intCoach. getDurationFromTo(RoadLocation sourceLocation, RoadLocation targetLocation)intShuttle. getDurationFromTo(RoadLocation sourceLocation, RoadLocation targetLocation)voidBus. setDepartureLocation(RoadLocation departureLocation)voidBusHub. setLocation(RoadLocation location)voidBusStop. setLocation(RoadLocation location)Method parameters in org.optaplanner.examples.coachshuttlegathering.domain with type arguments of type RoadLocation Modifier and Type Method Description voidCoachShuttleGatheringSolution. setLocationList(List<RoadLocation> locationList) -
Uses of RoadLocation in org.optaplanner.examples.coachshuttlegathering.domain.location
Fields in org.optaplanner.examples.coachshuttlegathering.domain.location with type parameters of type RoadLocation Modifier and Type Field Description protected Map<RoadLocation,RoadLocationArc>RoadLocation. travelDistanceMapMethods in org.optaplanner.examples.coachshuttlegathering.domain.location that return types with arguments of type RoadLocation Modifier and Type Method Description Map<RoadLocation,RoadLocationArc>RoadLocation. getTravelDistanceMap()Methods in org.optaplanner.examples.coachshuttlegathering.domain.location with parameters of type RoadLocation Modifier and Type Method Description doubleRoadLocation. getAirDistanceDouble(RoadLocation location)doubleRoadLocation. getAngle(RoadLocation location)The angle relative to the direction EAST.intRoadLocation. getCoachDistanceTo(RoadLocation location)intRoadLocation. getCoachDurationTo(RoadLocation location)intRoadLocation. getMaximumDistanceTo(RoadLocation location)intRoadLocation. getShuttleDistanceTo(RoadLocation location)intRoadLocation. getShuttleDurationTo(RoadLocation location)Method parameters in org.optaplanner.examples.coachshuttlegathering.domain.location with type arguments of type RoadLocation Modifier and Type Method Description voidRoadLocation. setTravelDistanceMap(Map<RoadLocation,RoadLocationArc> travelDistanceMap)
-