![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MSTransportable.h>
Public Member Functions | |
virtual void | abort (MSTransportable *) |
abort this stage (TraCI) More... | |
virtual void | beginEventOutput (const MSTransportable &transportable, SUMOTime t, OutputDevice &os) const =0 |
Called for writing the events output (begin of an action) More... | |
virtual Stage * | clone () const =0 |
virtual void | endEventOutput (const MSTransportable &transportable, SUMOTime t, OutputDevice &os) const =0 |
Called for writing the events output (end of an action) More... | |
virtual double | getAngle (SUMOTime now) const =0 |
returns the angle of the transportable More... | |
double | getArrivalPos () const |
SUMOTime | getDeparted () const |
get departure time of stage More... | |
const MSEdge * | getDestination () const |
returns the destination edge More... | |
MSStoppingPlace * | getDestinationStop () const |
returns the destination stop (if any) More... | |
virtual double | getDistance () const =0 |
get travel distance in this stage More... | |
virtual const MSEdge * | getEdge () const |
Returns the current edge. More... | |
double | getEdgeAngle (const MSEdge *e, double at) const |
get angle of the edge at a certain position More... | |
virtual double | getEdgePos (SUMOTime now) const |
Position | getEdgePosition (const MSEdge *e, double at, double offset) const |
get position on edge e at length at with orthogonal offset More... | |
virtual ConstMSEdgeVector | getEdges () const |
the edges of the current stage More... | |
virtual const MSEdge * | getFromEdge () const |
Position | getLanePosition (const MSLane *lane, double at, double offset) const |
get position on lane at length at with orthogonal offset More... | |
virtual const MSStoppingPlace * | getOriginStop () const |
returns the origin stop (if any). only needed for Stage_Trip More... | |
virtual Position | getPosition (SUMOTime now) const =0 |
returns the position of the transportable More... | |
virtual double | getSpeed () const |
the speed of the transportable More... | |
virtual std::string | getStageDescription () const =0 |
return (brief) string representation of the current stage More... | |
virtual std::string | getStageSummary () const =0 |
return string summary of the current stage More... | |
StageType | getStageType () const |
virtual SUMOVehicle * | getVehicle () const |
Whether the transportable waits for a vehicle. More... | |
virtual SUMOTime | getWaitingTime (SUMOTime now) const |
the time this transportable spent waiting More... | |
virtual bool | isWaiting4Vehicle () const |
Whether the transportable waits for a vehicle. More... | |
virtual bool | isWaitingFor (const SUMOVehicle *vehicle) const |
Whether the transportable waits for the given vehicle. More... | |
virtual void | proceed (MSNet *net, MSTransportable *transportable, SUMOTime now, Stage *previous)=0 |
proceeds to this stage More... | |
virtual void | routeOutput (OutputDevice &os, const bool withRouteLength) const =0 |
Called on writing vehroute output. More... | |
virtual void | setArrived (MSNet *net, MSTransportable *transportable, SUMOTime now) |
logs end of the step More... | |
void | setDeparted (SUMOTime now) |
logs end of the step More... | |
void | setDestination (const MSEdge *newDestination, MSStoppingPlace *newDestStop) |
virtual void | setSpeed (double) |
sets the walking speed (ignored in other stages) More... | |
Stage (const MSEdge *destination, MSStoppingPlace *toStop, const double arrivalPos, StageType type) | |
constructor More... | |
virtual void | tripInfoOutput (OutputDevice &os, const MSTransportable *const transportable) const =0 |
Called on writing tripinfo output. More... | |
virtual | ~Stage () |
destructor More... | |
Protected Attributes | |
double | myArrivalPos |
the position at which we want to arrive More... | |
SUMOTime | myArrived |
the time at which this stage ended More... | |
SUMOTime | myDeparted |
the time at which this stage started More... | |
const MSEdge * | myDestination |
the next edge to reach by getting transported More... | |
MSStoppingPlace * | myDestinationStop |
the stop to reach by getting transported (if any) More... | |
StageType | myType |
The type of this stage. More... | |
Private Member Functions | |
Stage & | operator= (const Stage &) |
Invalidated assignment operator. More... | |
Stage (const Stage &) | |
Invalidated copy constructor. More... | |
The "abstract" class for a single stage of a movement Contains the destination of the current movement step
Definition at line 74 of file MSTransportable.h.
MSTransportable::Stage::Stage | ( | const MSEdge * | destination, |
MSStoppingPlace * | toStop, | ||
const double | arrivalPos, | ||
StageType | type | ||
) |
constructor
Definition at line 52 of file MSTransportable.cpp.
|
virtual |
destructor
Definition at line 55 of file MSTransportable.cpp.
|
private |
Invalidated copy constructor.
|
inlinevirtual |
abort this stage (TraCI)
Reimplemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Waiting, and MSPerson::MSPersonStage_Walking.
Definition at line 125 of file MSTransportable.h.
Referenced by GUIPerson::GUIPersonPopupMenu::onCmdRemoveObject().
|
pure virtual |
Called for writing the events output (begin of an action)
[in] | os | The stream to write the information into |
IOError | not yet implemented |
Implemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Waiting, MSPerson::MSPersonStage_Access, MSTransportable::Stage_Trip, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Referenced by MSTransportable::Stage_Waiting::getStageDescription(), getVehicle(), MSTransportable::Stage_Driving::getVehicle(), and MSTransportable::Stage_Trip::setOrigin().
|
pure virtual |
|
pure virtual |
Called for writing the events output (end of an action)
[in] | os | The stream to write the information into |
IOError | not yet implemented |
Implemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Waiting, MSPerson::MSPersonStage_Access, MSTransportable::Stage_Trip, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Referenced by MSTransportable::Stage_Waiting::getStageDescription(), getVehicle(), MSTransportable::Stage_Driving::getVehicle(), and MSTransportable::Stage_Trip::setOrigin().
|
pure virtual |
returns the angle of the transportable
Implemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Waiting, MSPerson::MSPersonStage_Access, MSTransportable::Stage_Trip, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Referenced by getArrivalPos(), MSTransportable::getFromEdge(), and MSTransportable::Stage_Trip::getOriginStop().
|
inline |
Definition at line 95 of file MSTransportable.h.
References getAngle(), getEdge(), getEdgePos(), getFromEdge(), getPosition(), and myArrivalPos.
Referenced by libsumo::Person::getStage(), GUIPerson::getStageArrivalPos(), MSRouteHandler::parseWalkPositions(), MSTransportable::rerouteParkingArea(), libsumo::Person::rerouteTraveltime(), and MSTransportable::Stage_Trip::setArrived().
SUMOTime MSTransportable::Stage::getDeparted | ( | ) | const |
get departure time of stage
Definition at line 109 of file MSTransportable.cpp.
References myDeparted.
Referenced by setSpeed().
const MSEdge * MSTransportable::Stage::getDestination | ( | ) | const |
returns the destination edge
Definition at line 58 of file MSTransportable.cpp.
References myDestination.
Referenced by getEdges(), MSTransportable::Stage_Driving::getEdges(), MSContainer::MSContainerStage_Driving::getStageSummary(), MSPerson::MSPersonStage_Walking::getStageSummary(), MSContainer::MSContainerStage_Tranship::getStageSummary(), MSPerson::MSPersonStage_Driving::getStageSummary(), MSTransportable::Stage_Trip::getStageSummary(), MSTransportable::Stage_Waiting::getStageSummary(), MSPModel_Striping::moveInDirectionOnLane(), MSRouteHandler::parseWalkPositions(), MSPerson::proceed(), MSTransportable::rerouteParkingArea(), MSContainer::MSContainerStage_Driving::routeOutput(), MSPerson::MSPersonStage_Driving::routeOutput(), and MSTransportable::Stage_Waiting::routeOutput().
|
inline |
returns the destination stop (if any)
Definition at line 86 of file MSTransportable.h.
References myDestinationStop.
Referenced by libsumo::Person::getStage(), MSContainer::MSContainerStage_Driving::getStageSummary(), MSPerson::MSPersonStage_Walking::getStageSummary(), MSContainer::MSContainerStage_Tranship::getStageSummary(), MSPerson::MSPersonStage_Driving::getStageSummary(), MSPerson::MSPersonStage_Access::getStageSummary(), MSPModel_Striping::moveInDirectionOnLane(), GUIPerson::GUIPersonPopupMenu::onCmdRemoveObject(), MSRouteHandler::parseWalkPositions(), MSContainer::MSContainerStage_Driving::proceed(), MSContainer::proceed(), MSPerson::MSPersonStage_Driving::proceed(), MSPerson::proceed(), MSTransportable::rerouteParkingArea(), MSTransportable::Stage_Trip::setArrived(), and MSPerson::MSPersonStage_Access::tripInfoOutput().
|
pure virtual |
get travel distance in this stage
Implemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Waiting, MSPerson::MSPersonStage_Access, MSTransportable::Stage_Trip, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Referenced by libsumo::Person::getStage(), and getVehicle().
|
virtual |
Returns the current edge.
Reimplemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Trip, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 64 of file MSTransportable.cpp.
References myDestination.
Referenced by MSTransportable::Stage_Waiting::beginEventOutput(), MSTransportable::Stage_Waiting::endEventOutput(), getArrivalPos(), GUIPerson::GUIPersonPopupMenu::onCmdRemoveObject(), MSContainer::MSContainerStage_Driving::proceed(), MSPerson::MSPersonStage_Walking::proceed(), MSContainer::proceed(), MSPerson::MSPersonStage_Driving::proceed(), MSPerson::proceed(), MSTransportable::Stage_Waiting::proceed(), and MSTransportable::Stage_Trip::setArrived().
double MSTransportable::Stage::getEdgeAngle | ( | const MSEdge * | e, |
double | at | ||
) | const |
get angle of the edge at a certain position
Definition at line 134 of file MSTransportable.cpp.
References MSEdge::getLanes().
Referenced by MSPModel_NonInteracting::PState::getAngle(), CState::getAngle(), MSTransportable::Stage_Trip::getAngle(), MSTransportable::Stage_Waiting::getAngle(), MSTransportable::Stage_Driving::getAngle(), and getVehicle().
|
virtual |
Reimplemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Trip, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 76 of file MSTransportable.cpp.
References myArrivalPos.
Referenced by getArrivalPos(), MSTransportable::getBackPositionOnLane(), MSTransportable::getFromEdge(), MSTransportable::Stage_Trip::getOriginStop(), MSTransportable::getPositionOnLane(), MSEdge::transportable_by_position_sorter::operator()(), MSContainer::MSContainerStage_Driving::proceed(), MSPerson::MSPersonStage_Walking::proceed(), MSContainer::MSContainerStage_Tranship::proceed(), and MSPerson::MSPersonStage_Driving::proceed().
Position MSTransportable::Stage::getEdgePosition | ( | const MSEdge * | e, |
double | at, | ||
double | offset | ||
) | const |
get position on edge e at length at with orthogonal offset
Definition at line 124 of file MSTransportable.cpp.
References getLanePosition(), and MSEdge::getLanes().
Referenced by MSTransportable::Stage_Trip::getPosition(), MSTransportable::Stage_Waiting::getPosition(), MSTransportable::Stage_Driving::getPosition(), and getVehicle().
|
virtual |
the edges of the current stage
Reimplemented in MSTransportable::Stage_Driving, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 94 of file MSTransportable.cpp.
References getDestination().
Referenced by MSTransportable::getEdges(), libsumo::Person::getStage(), getVehicle(), MSTransportable::Stage_Driving::getVehicle(), and libsumo::Person::rerouteTraveltime().
|
virtual |
Reimplemented in MSTransportable::Stage_Driving, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 70 of file MSTransportable.cpp.
References myDestination.
Referenced by getArrivalPos(), and MSTransportable::rerouteParkingArea().
Position MSTransportable::Stage::getLanePosition | ( | const MSLane * | lane, |
double | at, | ||
double | offset | ||
) | const |
get position on lane at length at with orthogonal offset
Definition at line 129 of file MSTransportable.cpp.
References MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), and PositionVector::positionAtOffset().
Referenced by CState::computeTranshipTime(), getEdgePosition(), MSPModel_NonInteracting::PState::getPosition(), MSPModel_Striping::PState::getPosition(), and getVehicle().
|
inlinevirtual |
returns the origin stop (if any). only needed for Stage_Trip
Reimplemented in MSTransportable::Stage_Trip.
Definition at line 91 of file MSTransportable.h.
Referenced by MSPerson::MSPersonStage_Driving::proceed().
returns the position of the transportable
Implemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Waiting, MSPerson::MSPersonStage_Access, MSTransportable::Stage_Trip, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Referenced by getArrivalPos(), MSTransportable::getFromEdge(), MSTransportable::Stage_Trip::getOriginStop(), and MSTransportable::getPosition().
|
virtual |
the speed of the transportable
Reimplemented in MSTransportable::Stage_Driving, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 88 of file MSTransportable.cpp.
Referenced by MSTransportable::getFromEdge(), MSTransportable::getPreviousSpeed(), getVehicle(), and MSTransportable::Stage_Driving::getVehicle().
|
pure virtual |
return (brief) string representation of the current stage
Implemented in MSTransportable::Stage_Waiting, MSPerson::MSPersonStage_Access, MSTransportable::Stage_Trip, MSPerson::MSPersonStage_Driving, MSContainer::MSContainerStage_Tranship, MSPerson::MSPersonStage_Walking, and MSContainer::MSContainerStage_Driving.
Referenced by libsumo::Person::getStage(), and getStageType().
|
pure virtual |
return string summary of the current stage
Implemented in MSTransportable::Stage_Waiting, MSPerson::MSPersonStage_Access, MSTransportable::Stage_Trip, MSPerson::MSPersonStage_Driving, MSContainer::MSContainerStage_Tranship, MSPerson::MSPersonStage_Walking, and MSContainer::MSContainerStage_Driving.
Referenced by MSTransportable::Stage_Trip::getStageDescription(), MSTransportable::Stage_Waiting::getStageDescription(), getStageType(), and MSTransportable::getStageType().
|
inline |
Definition at line 111 of file MSTransportable.h.
References getStageDescription(), getStageSummary(), myType, and proceed().
Referenced by libsumo::Person::getStage(), MSTransportable::getStageType(), MSPerson::MSPersonStage_Driving::proceed(), MSPerson::proceed(), and MSTransportable::rerouteParkingArea().
|
inlinevirtual |
Whether the transportable waits for a vehicle.
Reimplemented in MSTransportable::Stage_Driving.
Definition at line 148 of file MSTransportable.h.
References beginEventOutput(), clone(), endEventOutput(), getDistance(), getEdgeAngle(), getEdgePosition(), getEdges(), getLanePosition(), getSpeed(), getWaitingTime(), routeOutput(), setDestination(), and tripInfoOutput().
Referenced by libsumo::Person::getStage().
the time this transportable spent waiting
Reimplemented in MSTransportable::Stage_Driving, MSTransportable::Stage_Waiting, MSContainer::MSContainerStage_Tranship, and MSPerson::MSPersonStage_Walking.
Definition at line 82 of file MSTransportable.cpp.
Referenced by MSTransportable::getChosenSpeedFactor(), MSTransportable::Stage_Waiting::getDistance(), getVehicle(), and MSTransportable::Stage_Driving::getVehicle().
|
inlinevirtual |
Whether the transportable waits for a vehicle.
Reimplemented in MSTransportable::Stage_Driving.
Definition at line 143 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Driving::getDistance().
|
virtual |
Whether the transportable waits for the given vehicle.
Reimplemented in MSTransportable::Stage_Driving.
Definition at line 119 of file MSTransportable.cpp.
Referenced by MSTransportable::Stage_Driving::getDistance(), and setSpeed().
|
pure virtual |
proceeds to this stage
Implemented in MSTransportable::Stage_Waiting, MSPerson::MSPersonStage_Access, MSTransportable::Stage_Trip, MSPerson::MSPersonStage_Driving, MSContainer::MSContainerStage_Tranship, MSPerson::MSPersonStage_Walking, and MSContainer::MSContainerStage_Driving.
Referenced by MSTransportable::Stage_Waiting::getStageDescription(), getStageType(), and MSTransportable::Stage_Trip::setOrigin().
|
pure virtual |
Called on writing vehroute output.
[in] | os | The stream to write the information into |
[in] | withRouteLength | whether route length shall be written |
IOError | not yet implemented |
Implemented in MSTransportable::Stage_Waiting, MSPerson::MSPersonStage_Access, MSTransportable::Stage_Trip, MSPerson::MSPersonStage_Driving, MSContainer::MSContainerStage_Tranship, MSPerson::MSPersonStage_Walking, and MSContainer::MSContainerStage_Driving.
Referenced by MSTransportable::getEdges(), MSTransportable::Stage_Waiting::getStageDescription(), getVehicle(), and MSTransportable::Stage_Trip::setOrigin().
|
virtual |
logs end of the step
Reimplemented in MSTransportable::Stage_Driving, and MSTransportable::Stage_Trip.
Definition at line 114 of file MSTransportable.cpp.
References myArrived.
Referenced by MSTransportable::Stage_Trip::getStageDescription(), MSTransportable::Stage_Driving::getVehicle(), MSContainer::proceed(), MSPerson::proceed(), MSTransportable::Stage_Trip::setArrived(), MSTransportable::Stage_Driving::setArrived(), and setSpeed().
void MSTransportable::Stage::setDeparted | ( | SUMOTime | now | ) |
logs end of the step
Definition at line 102 of file MSTransportable.cpp.
References myDeparted.
Referenced by MSTransportable::getVehicleType(), and setSpeed().
void MSTransportable::Stage::setDestination | ( | const MSEdge * | newDestination, |
MSStoppingPlace * | newDestStop | ||
) |
Definition at line 140 of file MSTransportable.cpp.
References MSStoppingPlace::getBeginLanePosition(), MSStoppingPlace::getEndLanePosition(), myArrivalPos, myDestination, and myDestinationStop.
Referenced by getVehicle(), and MSTransportable::rerouteParkingArea().
|
inlinevirtual |
sets the walking speed (ignored in other stages)
Reimplemented in MSPerson::MSPersonStage_Walking.
Definition at line 128 of file MSTransportable.h.
References getDeparted(), isWaitingFor(), setArrived(), and setDeparted().
Referenced by MSTransportable::getVehicle().
|
pure virtual |
Called on writing tripinfo output.
[in] | os | The stream to write the information into |
IOError | not yet implemented |
Implemented in MSTransportable::Stage_Waiting, MSPerson::MSPersonStage_Access, MSTransportable::Stage_Trip, MSPerson::MSPersonStage_Driving, MSContainer::MSContainerStage_Tranship, MSPerson::MSPersonStage_Walking, and MSContainer::MSContainerStage_Driving.
Referenced by MSTransportable::getEdges(), MSTransportable::Stage_Waiting::getStageDescription(), getVehicle(), and MSTransportable::Stage_Trip::setOrigin().
|
protected |
the position at which we want to arrive
Definition at line 210 of file MSTransportable.h.
Referenced by MSContainer::MSContainerStage_Driving::clone(), MSPerson::MSPersonStage_Walking::clone(), MSContainer::MSContainerStage_Tranship::clone(), MSTransportable::Stage_Trip::clone(), MSPerson::MSPersonStage_Driving::clone(), MSPerson::MSPersonStage_Access::clone(), MSTransportable::Stage_Waiting::clone(), MSTransportable::Stage_Waiting::getAngle(), getArrivalPos(), MSPerson::MSPersonStage_Walking::getArrivalPos(), MSContainer::MSContainerStage_Tranship::getArrivalPos(), getEdgePos(), MSTransportable::Stage_Waiting::getPosition(), MSTransportable::Stage_Trip::setArrived(), MSTransportable::Stage_Driving::setArrived(), setDestination(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), MSPerson::MSPersonStage_Walking::tripInfoOutput(), MSContainer::MSContainerStage_Tranship::tripInfoOutput(), MSPerson::MSPersonStage_Driving::tripInfoOutput(), MSTransportable::Stage_Waiting::tripInfoOutput(), and MSPerson::MSPersonStage_Walking::walkDistance().
|
protected |
the time at which this stage ended
Definition at line 216 of file MSTransportable.h.
Referenced by MSContainer::MSContainerStage_Tranship::getDistance(), MSContainer::MSContainerStage_Tranship::routeOutput(), setArrived(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), MSPerson::MSPersonStage_Walking::tripInfoOutput(), MSContainer::MSContainerStage_Tranship::tripInfoOutput(), MSPerson::MSPersonStage_Driving::tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), and MSTransportable::Stage_Waiting::tripInfoOutput().
|
protected |
the time at which this stage started
Definition at line 213 of file MSTransportable.h.
Referenced by getDeparted(), MSContainer::MSContainerStage_Tranship::getDistance(), MSPerson::MSPersonStage_Access::getPosition(), MSTransportable::Stage_Waiting::getWaitingTime(), MSPerson::MSPersonStage_Walking::proceed(), MSContainer::MSContainerStage_Tranship::proceed(), MSPerson::MSPersonStage_Access::proceed(), MSTransportable::Stage_Waiting::proceed(), MSContainer::MSContainerStage_Tranship::routeOutput(), setDeparted(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), MSPerson::MSPersonStage_Walking::tripInfoOutput(), MSContainer::MSContainerStage_Tranship::tripInfoOutput(), MSPerson::MSPersonStage_Driving::tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), and MSTransportable::Stage_Waiting::tripInfoOutput().
|
protected |
the next edge to reach by getting transported
Definition at line 204 of file MSTransportable.h.
Referenced by MSContainer::MSContainerStage_Driving::clone(), MSTransportable::Stage_Trip::clone(), MSPerson::MSPersonStage_Driving::clone(), MSPerson::MSPersonStage_Access::clone(), MSTransportable::Stage_Waiting::clone(), MSTransportable::Stage_Waiting::getAngle(), getDestination(), getEdge(), getFromEdge(), MSTransportable::Stage_Waiting::getPosition(), MSTransportable::Stage_Trip::setArrived(), and setDestination().
|
protected |
the stop to reach by getting transported (if any)
Definition at line 207 of file MSTransportable.h.
Referenced by MSContainer::MSContainerStage_Driving::clone(), MSPerson::MSPersonStage_Walking::clone(), MSContainer::MSContainerStage_Tranship::clone(), MSTransportable::Stage_Trip::clone(), MSPerson::MSPersonStage_Driving::clone(), MSPerson::MSPersonStage_Access::clone(), MSTransportable::Stage_Waiting::clone(), getDestinationStop(), MSTransportable::Stage_Driving::getWaitingDescription(), MSTransportable::Stage_Driving::isWaitingFor(), MSPerson::MSPersonStage_Walking::moveToNextEdge(), MSContainer::MSContainerStage_Tranship::moveToNextEdge(), MSPerson::MSPersonStage_Access::MSPersonStage_Access(), MSPerson::MSPersonStage_Access::proceed(), MSTransportable::Stage_Waiting::proceed(), MSPerson::MSPersonStage_Walking::routeOutput(), MSPerson::MSPersonStage_Driving::routeOutput(), MSTransportable::Stage_Trip::setArrived(), and setDestination().
|
protected |
The type of this stage.
Definition at line 219 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Waiting::clone(), getStageType(), MSTransportable::Stage_Waiting::routeOutput(), and MSTransportable::Stage_Waiting::tripInfoOutput().