mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
add javadoc to vehicle.builder
This commit is contained in:
parent
126538ef1f
commit
42b6237c2e
1 changed files with 8 additions and 0 deletions
|
|
@ -45,6 +45,14 @@ public class VehicleImpl implements Vehicle {
|
|||
|
||||
}
|
||||
|
||||
/**
|
||||
* builds the vehicle.
|
||||
*
|
||||
* <p>by default, it returns to the depot.
|
||||
*
|
||||
* @author stefan
|
||||
*
|
||||
*/
|
||||
public static class Builder {
|
||||
static Logger log = Logger.getLogger(Builder.class);
|
||||
private String id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue