Interface Standstill
-
- All Known Implementing Classes:
PlanningVehicle,PlanningVisit
public interface Standstill
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlanningLocationgetLocation()The standstill's location.PlanningVisitgetNextVisit()The next visit after this standstill.voidsetNextVisit(PlanningVisit nextVisit)
-
-
-
Method Detail
-
getLocation
PlanningLocation getLocation()
The standstill's location.- Returns:
- never
null
-
getNextVisit
PlanningVisit getNextVisit()
The next visit after this standstill.- Returns:
- sometimes
null
-
setNextVisit
void setNextVisit(PlanningVisit nextVisit)
-
-