public class PlanningVehicle extends AbstractPlanningObject implements Standstill
id| Constructor and Description |
|---|
PlanningVehicle() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCapacity() |
PlanningDepot |
getDepot() |
Iterable<PlanningVisit> |
getFutureVisits() |
PlanningLocation |
getLocation() |
PlanningVisit |
getNextVisit() |
PlanningVehicle |
getVehicle() |
void |
setCapacity(int capacity) |
void |
setDepot(PlanningDepot depot) |
void |
setNextVisit(PlanningVisit nextVisit) |
String |
toString() |
getId, setIdpublic int getCapacity()
public void setCapacity(int capacity)
public PlanningDepot getDepot()
public void setDepot(PlanningDepot depot)
public PlanningVisit getNextVisit()
getNextVisit in interface Standstillpublic void setNextVisit(PlanningVisit nextVisit)
setNextVisit in interface Standstillpublic Iterable<PlanningVisit> getFutureVisits()
public PlanningVehicle getVehicle()
getVehicle in interface Standstillpublic PlanningLocation getLocation()
getLocation in interface StandstillCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.