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:
parent
a5c67ce861
commit
b645758961
1 changed files with 4 additions and 0 deletions
|
|
@ -183,6 +183,10 @@ public class VehicleRoutingProblem {
|
|||
}
|
||||
|
||||
|
||||
public void setJobActivityFactory(JobActivityFactory jobActivityFactory) {
|
||||
this.jobActivityFactory = jobActivityFactory;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the type of fleetSize.
|
||||
* <p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue