SUMO - Simulation of Urban MObility
ROPerson::TripItem Class Referenceabstract

A TripItem is part of a trip, e.g., go from here to here by car. More...

#include <ROPerson.h>

Inheritance diagram for ROPerson::TripItem:
Inheritance graph
Collaboration diagram for ROPerson::TripItem:
Collaboration graph

Public Member Functions

virtual const ROEdgegetDestination () const =0
 
virtual const ROEdgegetOrigin () const =0
 
virtual void saveAsXML (OutputDevice &os) const =0
 
virtual ~TripItem ()
 Destructor. More...
 

Detailed Description

A TripItem is part of a trip, e.g., go from here to here by car.

Definition at line 142 of file ROPerson.h.

Constructor & Destructor Documentation

◆ ~TripItem()

virtual ROPerson::TripItem::~TripItem ( )
inlinevirtual

Member Function Documentation

◆ getDestination()

virtual const ROEdge* ROPerson::TripItem::getDestination ( ) const
pure virtual

Implemented in ROPerson::Walk, and ROPerson::Ride.

◆ getOrigin()

virtual const ROEdge* ROPerson::TripItem::getOrigin ( ) const
pure virtual

Implemented in ROPerson::Walk, and ROPerson::Ride.

◆ saveAsXML()

virtual void ROPerson::TripItem::saveAsXML ( OutputDevice os) const
pure virtual

Implemented in ROPerson::Walk, and ROPerson::Ride.


The documentation for this class was generated from the following file: