public class PlanningVehicle extends AbstractPersistable implements Standstill
| Modifier and Type | Field and Description |
|---|---|
protected int |
capacity |
protected PlanningDepot |
depot |
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() |
protected int capacity
protected PlanningDepot depot
public 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.