mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
added new internal StateId SKILLS
This commit is contained in:
parent
e99392572d
commit
b12b305c71
1 changed files with 4 additions and 3 deletions
|
|
@ -28,8 +28,7 @@ import java.util.Map;
|
|||
|
||||
public class StateFactory {
|
||||
|
||||
|
||||
public interface StateId {
|
||||
public interface StateId {
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -78,6 +77,8 @@ public class StateFactory {
|
|||
|
||||
}
|
||||
|
||||
public static final StateId SKILLS = new StateIdImpl("skills");
|
||||
|
||||
public final static StateId MAXLOAD = new StateIdImpl("maxload");
|
||||
|
||||
public final static StateId LOAD = new StateIdImpl("load");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue