![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A planItem can be a Stop. More...
#include <ROPerson.h>
Public Member Functions | |
virtual void | addTripItem (TripItem *) |
PlanItem * | clone () const |
const ROEdge * | getDestination () const |
double | getDestinationPos () const |
SUMOTime | getDuration () const |
const ROEdge * | getOrigin () const |
bool | isStop () const |
virtual bool | needsRouting () const |
void | saveAsXML (OutputDevice &os, const bool, const bool, const bool) const |
virtual void | saveVehicles (OutputDevice &, OutputDevice *const, bool, OptionsCont &) const |
Stop (const SUMOVehicleParameter::Stop &stop, const ROEdge *const stopEdge) | |
Private Member Functions | |
Stop & | operator= (const Stop &src) |
Invalidated assignment operator. More... | |
Private Attributes | |
const ROEdge *const | edge |
SUMOVehicleParameter::Stop | stopDesc |
A planItem can be a Stop.
Definition at line 109 of file ROPerson.h.
|
inline |
Definition at line 111 of file ROPerson.h.
Referenced by clone().
|
inlinevirtualinherited |
Reimplemented in ROPerson::PersonTrip.
Definition at line 87 of file ROPerson.h.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 114 of file ROPerson.h.
|
inlinevirtual |
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 124 of file ROPerson.h.
References SUMOVehicleParameter::Stop::endPos, SUMOVehicleParameter::Stop::startPos, and stopDesc.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 133 of file ROPerson.h.
References SUMOVehicleParameter::Stop::duration, and stopDesc.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from ROPerson::PlanItem.
Definition at line 130 of file ROPerson.h.
|
inlinevirtualinherited |
Reimplemented in ROPerson::PersonTrip.
Definition at line 98 of file ROPerson.h.
|
inlinevirtual |
Implements ROPerson::PlanItem.
Definition at line 127 of file ROPerson.h.
References stopDesc, and SUMOVehicleParameter::Stop::write().
|
inlinevirtualinherited |
Reimplemented in ROPerson::PersonTrip.
Definition at line 93 of file ROPerson.h.
|
private |
Definition at line 139 of file ROPerson.h.
Referenced by clone(), getDestination(), and getOrigin().
|
private |
Definition at line 138 of file ROPerson.h.
Referenced by clone(), getDestinationPos(), getDuration(), and saveAsXML().