| Package | Description |
|---|---|
| org.optaplanner.examples.coachshuttlegathering.domain | |
| org.optaplanner.examples.coachshuttlegathering.domain.solver |
| Modifier and Type | Class and Description |
|---|---|
class |
Bus |
class |
BusStop |
class |
Coach |
class |
Shuttle |
| Modifier and Type | Field and Description |
|---|---|
protected BusOrStop |
BusStop.previousBusOrStop |
| Modifier and Type | Method and Description |
|---|---|
BusOrStop |
BusStop.getPreviousBusOrStop() |
| Modifier and Type | Method and Description |
|---|---|
int |
BusStop.getDistanceFrom(BusOrStop busOrStop) |
void |
BusStop.setPreviousBusOrStop(BusOrStop previousBusOrStop) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportTimeToHubUpdatingVariableListener.afterEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
BusOrStop busOrStop) |
void |
TransportTimeToHubUpdatingVariableListener.afterEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
BusOrStop busOrStop) |
void |
TransportTimeToHubUpdatingVariableListener.afterVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
BusOrStop busOrStop) |
void |
TransportTimeToHubUpdatingVariableListener.beforeEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
BusOrStop busOrStop) |
void |
TransportTimeToHubUpdatingVariableListener.beforeEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
BusOrStop busOrStop) |
void |
TransportTimeToHubUpdatingVariableListener.beforeVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
BusOrStop busOrStop) |
Comparable |
DepotAngleBusStopDifficultyWeightFactory.createSorterWeight(CoachShuttleGatheringSolution solution,
BusOrStop busOrStop) |
| Constructor and Description |
|---|
DepotAngleBusStopDifficultyWeightFactory.DepotAngleCustomerDifficultyWeight(BusOrStop busOrStop,
double hubAngle,
int hubRoundTripDistance) |
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.