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
|
|
@ -27,9 +27,8 @@ import java.util.Map;
|
||||||
|
|
||||||
|
|
||||||
public class StateFactory {
|
public class StateFactory {
|
||||||
|
|
||||||
|
public interface StateId {
|
||||||
public interface StateId {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -77,6 +76,8 @@ public class StateFactory {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static final StateId SKILLS = new StateIdImpl("skills");
|
||||||
|
|
||||||
public final static StateId MAXLOAD = new StateIdImpl("maxload");
|
public final static StateId MAXLOAD = new StateIdImpl("maxload");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue