mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
added javadocs to core.algorithm.state.StateManager
This commit is contained in:
parent
218e7d9817
commit
6844a92e67
1 changed files with 7 additions and 1 deletions
|
|
@ -671,6 +671,9 @@ public class StateManager implements RouteAndActivityStateGetter, IterationStart
|
||||||
insertionListeners.informInsertionEndsListeners(vehicleRoutes);
|
insertionListeners.informInsertionEndsListeners(vehicleRoutes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Updates load states.
|
||||||
|
*/
|
||||||
public void updateLoadStates() {
|
public void updateLoadStates() {
|
||||||
if(!updateLoad){
|
if(!updateLoad){
|
||||||
updateLoad=true;
|
updateLoad=true;
|
||||||
|
|
@ -683,6 +686,9 @@ public class StateManager implements RouteAndActivityStateGetter, IterationStart
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Updates time-window states.
|
||||||
|
*/
|
||||||
public void updateTimeWindowStates() {
|
public void updateTimeWindowStates() {
|
||||||
if(!updateTWs){
|
if(!updateTWs){
|
||||||
updateTWs=true;
|
updateTWs=true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue