| Package | Description |
|---|---|
| org.optaplanner.examples.coachshuttlegathering.domain | |
| org.optaplanner.examples.coachshuttlegathering.domain.solver |
| Modifier and Type | Field and Description |
|---|---|
protected BusStop |
BusStop.nextStop |
protected BusStop |
Bus.nextStop |
| Modifier and Type | Field and Description |
|---|---|
protected List<BusStop> |
CoachShuttleGatheringSolution.stopList |
| Modifier and Type | Method and Description |
|---|---|
BusStop |
BusStop.getNextStop() |
BusStop |
BusOrStop.getNextStop() |
BusStop |
Bus.getNextStop() |
| Modifier and Type | Method and Description |
|---|---|
List<BusStop> |
CoachShuttleGatheringSolution.getStopList() |
| Modifier and Type | Method and Description |
|---|---|
void |
BusStop.setNextStop(BusStop nextStop) |
void |
BusOrStop.setNextStop(BusStop nextStop) |
void |
Bus.setNextStop(BusStop nextStop) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoachShuttleGatheringSolution.setStopList(List<BusStop> stopList) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportTimeToHubUpdatingVariableListener.updateTransportTimeToHub(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
BusStop sourceStop) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.