Package | Description |
---|---|
org.optaplanner.examples.coachshuttlegathering.domain |
Modifier and Type | Field and Description |
---|---|
protected List<Shuttle> |
CoachShuttleGatheringSolution.shuttleList |
protected List<Shuttle> |
BusStop.transferShuttleList |
protected List<Shuttle> |
BusHub.transferShuttleList |
Modifier and Type | Method and Description |
---|---|
List<Shuttle> |
CoachShuttleGatheringSolution.getShuttleList() |
List<Shuttle> |
StopOrHub.getTransferShuttleList() |
List<Shuttle> |
BusStop.getTransferShuttleList() |
List<Shuttle> |
BusHub.getTransferShuttleList() |
Modifier and Type | Method and Description |
---|---|
void |
CoachShuttleGatheringSolution.setShuttleList(List<Shuttle> shuttleList) |
void |
StopOrHub.setTransferShuttleList(List<Shuttle> transferShuttleList) |
void |
BusStop.setTransferShuttleList(List<Shuttle> transferShuttleList) |
void |
BusHub.setTransferShuttleList(List<Shuttle> transferShuttleList) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.