1
0
Fork 0
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:
oblonski 2014-07-01 23:10:40 +02:00
parent e99392572d
commit b12b305c71

View file

@ -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");