mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
introduce Pickup and Delivery, and adjust tests
This commit is contained in:
parent
462864d53e
commit
1f53c72620
8 changed files with 23 additions and 27 deletions
|
|
@ -13,6 +13,7 @@ public class Pickup extends Service {
|
|||
}
|
||||
|
||||
public Pickup build(){
|
||||
this.setType("pickup");
|
||||
return new Pickup(this);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue