Modifier and Type | Field and Description |
---|---|
protected VrpCustomer |
VrpCustomer.nextCustomer |
protected VrpCustomer |
VrpVehicle.nextCustomer |
Modifier and Type | Field and Description |
---|---|
protected List<VrpCustomer> |
VrpSchedule.customerList |
Modifier and Type | Method and Description |
---|---|
VrpCustomer |
VrpCustomer.getNextCustomer() |
VrpCustomer |
VrpVehicle.getNextCustomer() |
VrpCustomer |
VrpStandstill.getNextCustomer() |
Modifier and Type | Method and Description |
---|---|
List<VrpCustomer> |
VrpSchedule.getCustomerList() |
Modifier and Type | Method and Description |
---|---|
void |
VrpCustomer.setNextCustomer(VrpCustomer nextCustomer) |
void |
VrpVehicle.setNextCustomer(VrpCustomer nextCustomer) |
void |
VrpStandstill.setNextCustomer(VrpCustomer nextCustomer) |
Modifier and Type | Method and Description |
---|---|
void |
VrpSchedule.setCustomerList(List<VrpCustomer> customerList) |
Modifier and Type | Method and Description |
---|---|
void |
VehicleUpdatingVariableListener.afterEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
void |
VehicleUpdatingVariableListener.afterEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
void |
VehicleUpdatingVariableListener.afterVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
void |
VehicleUpdatingVariableListener.beforeEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
void |
VehicleUpdatingVariableListener.beforeEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
void |
VehicleUpdatingVariableListener.beforeVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
int |
VrpCustomerDifficultyComparator.compare(VrpCustomer a,
VrpCustomer b) |
protected void |
VehicleUpdatingVariableListener.updateVehicle(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer sourceCustomer) |
Modifier and Type | Class and Description |
---|---|
class |
VrpTimeWindowedCustomer |
Modifier and Type | Method and Description |
---|---|
void |
ArrivalTimeUpdatingVariableListener.afterEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
void |
ArrivalTimeUpdatingVariableListener.afterEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
void |
ArrivalTimeUpdatingVariableListener.afterVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
void |
ArrivalTimeUpdatingVariableListener.beforeEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
void |
ArrivalTimeUpdatingVariableListener.beforeEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
void |
ArrivalTimeUpdatingVariableListener.beforeVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
VrpCustomer customer) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.