![]() |
SUMO - Simulation of Urban MObility
|
Every person has a plan comprising of multiple planItems. More...
#include <ROPerson.h>
Public Member Functions | |
virtual void | addTripItem (TripItem *) |
virtual const ROEdge * | getDestination () const =0 |
virtual const ROEdge * | getOrigin () const =0 |
virtual bool | isStop () const |
virtual bool | needsRouting () const |
virtual void | saveAsXML (OutputDevice &os, const bool extended) const =0 |
virtual void | saveVehicles (OutputDevice &, OutputDevice *const, bool, OptionsCont &) const |
virtual | ~PlanItem () |
Destructor. More... | |
Every person has a plan comprising of multiple planItems.
Definition at line 86 of file ROPerson.h.
|
inlinevirtual |
Destructor.
Definition at line 89 of file ROPerson.h.
|
inlinevirtual |
Reimplemented in ROPerson::PersonTrip.
Definition at line 91 of file ROPerson.h.
References getDestination(), and getOrigin().
|
pure virtual |
Implemented in ROPerson::PersonTrip, and ROPerson::Stop.
Referenced by addTripItem(), and ROPerson::TripItem::~TripItem().
|
pure virtual |
Implemented in ROPerson::PersonTrip, and ROPerson::Stop.
Referenced by addTripItem(), and ROPerson::TripItem::~TripItem().
|
inlinevirtual |
Reimplemented in ROPerson::Stop.
Definition at line 98 of file ROPerson.h.
|
inlinevirtual |
Reimplemented in ROPerson::PersonTrip.
Definition at line 101 of file ROPerson.h.
|
pure virtual |
Implemented in ROPerson::PersonTrip, and ROPerson::Stop.
Referenced by ROPerson::getDepartEdge(), ROPerson::Ride::getDestination(), ROPerson::Walk::getDestination(), saveVehicles(), and ROPerson::TripItem::~TripItem().
|
inlinevirtual |
Reimplemented in ROPerson::PersonTrip.
Definition at line 96 of file ROPerson.h.
References saveAsXML().
Referenced by ROPerson::PersonTrip::needsRouting().