1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

add method to set custom JobActivityFactory

This commit is contained in:
oblonski 2016-06-21 22:51:04 +02:00
parent a5c67ce861
commit b645758961

View file

@ -183,6 +183,10 @@ public class VehicleRoutingProblem {
}
public void setJobActivityFactory(JobActivityFactory jobActivityFactory) {
this.jobActivityFactory = jobActivityFactory;
}
/**
* Sets the type of fleetSize.
* <p>