![]() |
SUMO - Simulation of Urban MObility
|
#include <MSPerson.h>
Public Member Functions | |
void | abort (MSTransportable *) |
abort this stage (TraCI) More... | |
virtual void | beginEventOutput (const MSTransportable &p, SUMOTime t, OutputDevice &os) const |
Called for writing the events output. More... | |
virtual void | endEventOutput (const MSTransportable &p, SUMOTime t, OutputDevice &os) const |
Called for writing the events output (end of an action) More... | |
double | getAngle (SUMOTime now) const |
returns the angle of the transportable More... | |
double | getArrivalPos () const |
const MSEdge * | getDestination () const |
returns the destination edge More... | |
MSStoppingPlace * | getDestinationStop () const |
returns the destination stop (if any) More... | |
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... | |
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... | |
ConstMSEdgeVector | getEdges () const |
the edges of the current stage More... | |
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... | |
Position | getPosition (SUMOTime now) const |
returns the position of the transportable More... | |
double | getSpeed () const |
the speed of the transportable More... | |
std::string | getStageDescription () const |
returns the stage description as a string More... | |
std::string | getStageSummary () const |
return string summary of the current stage More... | |
StageType | getStageType () const |
SUMOVehicle * | getVehicle () const |
Whether the transportable waits for a vehicle. More... | |
std::string | getWaitingDescription () const |
Return where the person waits and for what. More... | |
SUMOTime | getWaitingTime (SUMOTime now) const |
time spent waiting for a ride More... | |
bool | isWaiting4Vehicle () const |
Whether the person waits for a vehicle. More... | |
bool | isWaitingFor (const std::string &line) const |
Whether the person waits for a vehicle of the line specified. More... | |
MSPersonStage_Driving (const MSEdge *destination, MSStoppingPlace *toStop, const double arrivalPos, const std::vector< std::string > &lines, const std::string &intendedVeh="", SUMOTime intendedDepart=-1) | |
constructor More... | |
virtual void | proceed (MSNet *net, MSTransportable *person, SUMOTime now, Stage *previous) |
proceeds to the next step More... | |
virtual void | routeOutput (OutputDevice &os, const bool withRouteLength) const |
Called on writing vehroute output. More... | |
void | setArrived (MSNet *net, MSTransportable *transportable, SUMOTime now) |
marks arrival time and records driven distance 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... | |
void | setVehicle (SUMOVehicle *v) |
virtual void | tripInfoOutput (OutputDevice &os, const MSTransportable *const transportable) const |
Called on writing tripinfo output. More... | |
~MSPersonStage_Driving () | |
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... | |
SUMOTime | myIntendedDepart |
std::string | myIntendedVehicleID |
const std::set< std::string > | myLines |
the lines to choose from More... | |
Position | myStopWaitPos |
StageType | myType |
The type of this stage. More... | |
SUMOVehicle * | myVehicle |
The taken vehicle. More... | |
double | myVehicleDistance |
std::string | myVehicleID |
cached vehicle data for output after the vehicle has been removed More... | |
std::string | myVehicleLine |
SUMOVehicleClass | myVehicleVClass |
const MSEdge * | myWaitingEdge |
double | myWaitingPos |
SUMOTime | myWaitingSince |
The time since which this person is waiting for a ride. More... | |
A "real" stage performing the travelling by a transport system The given route will be chosen. The travel time is computed by the simulation
Definition at line 236 of file MSPerson.h.
MSPerson::MSPersonStage_Driving::MSPersonStage_Driving | ( | const MSEdge * | destination, |
MSStoppingPlace * | toStop, | ||
const double | arrivalPos, | ||
const std::vector< std::string > & | lines, | ||
const std::string & | intendedVeh = "" , |
||
SUMOTime | intendedDepart = -1 |
||
) |
constructor
Definition at line 366 of file MSPerson.cpp.
MSPerson::MSPersonStage_Driving::~MSPersonStage_Driving | ( | ) |
destructor
Definition at line 377 of file MSPerson.cpp.
|
virtualinherited |
abort this stage (TraCI)
Reimplemented from MSTransportable::Stage.
Definition at line 585 of file MSTransportable.cpp.
References MSTransportable::Stage_Driving::myVehicle.
|
virtualinherited |
Called for writing the events output.
[in] | os | The stream to write the information into |
IOError | not yet implemented |
Implements MSTransportable::Stage.
Definition at line 604 of file MSTransportable.cpp.
References MSTransportable::Stage_Driving::getEdge(), Named::getID(), MSTransportable::getID(), OutputDevice::openTag(), time2string(), and OutputDevice::writeAttr().
Referenced by MSContainer::MSContainerStage_Tranship::getStageDescription().
|
virtualinherited |
Called for writing the events output (end of an action)
[in] | os | The stream to write the information into |
IOError | not yet implemented |
Implements MSTransportable::Stage.
Definition at line 610 of file MSTransportable.cpp.
References MSTransportable::Stage_Driving::getEdge(), Named::getID(), MSTransportable::getID(), OutputDevice::openTag(), time2string(), and OutputDevice::writeAttr().
Referenced by MSContainer::MSContainerStage_Tranship::getStageDescription().
|
virtualinherited |
returns the angle of the transportable
Implements MSTransportable::Stage.
Definition at line 502 of file MSTransportable.cpp.
References MSVehicle::getAngle(), MSTransportable::Stage::getEdgeAngle(), MSNet::getInstance(), MSTransportable::Stage_Driving::isWaiting4Vehicle(), MSNet::lefthand(), M_PI, MSTransportable::Stage_Driving::myVehicle, MSTransportable::Stage_Driving::myWaitingEdge, and MSTransportable::Stage_Driving::myWaitingPos.
|
inlineinherited |
Definition at line 88 of file MSTransportable.h.
References MSTransportable::Stage::getAngle(), MSTransportable::Stage::getEdge(), MSTransportable::Stage::getEdgePos(), MSTransportable::Stage::getFromEdge(), MSTransportable::Stage::getPosition(), and MSTransportable::Stage::myArrivalPos.
Referenced by MSRouteHandler::parseWalkPositions(), libsumo::Person::rerouteTraveltime(), and MSTransportable::Stage_Trip::setArrived().
|
inherited |
returns the destination edge
Definition at line 57 of file MSTransportable.cpp.
References MSTransportable::Stage::myDestination.
Referenced by MSTransportable::Stage::getEdges(), MSTransportable::Stage_Driving::getEdges(), MSContainer::MSContainerStage_Driving::getStageSummary(), MSPerson::MSPersonStage_Walking::getStageSummary(), MSContainer::MSContainerStage_Tranship::getStageSummary(), MSTransportable::Stage_Trip::getStageSummary(), getStageSummary(), MSTransportable::Stage_Waiting::getStageSummary(), MSPModel_Striping::moveInDirectionOnLane(), MSRouteHandler::parseWalkPositions(), MSPerson::proceed(), MSTransportable::rerouteParkingArea(), MSContainer::MSContainerStage_Driving::routeOutput(), routeOutput(), and MSTransportable::Stage_Waiting::routeOutput().
|
inlineinherited |
returns the destination stop (if any)
Definition at line 84 of file MSTransportable.h.
References MSTransportable::Stage::myDestinationStop.
Referenced by MSContainer::MSContainerStage_Driving::getStageSummary(), MSPerson::MSPersonStage_Walking::getStageSummary(), MSContainer::MSContainerStage_Tranship::getStageSummary(), getStageSummary(), MSPerson::MSPersonStage_Access::getStageSummary(), MSPModel_Striping::moveInDirectionOnLane(), MSRouteHandler::parseWalkPositions(), MSContainer::MSContainerStage_Driving::proceed(), proceed(), MSPerson::proceed(), MSTransportable::Stage_Trip::setArrived(), and MSPerson::MSPersonStage_Access::tripInfoOutput().
|
virtualinherited |
Returns the current edge.
Reimplemented from MSTransportable::Stage.
Definition at line 461 of file MSTransportable.cpp.
References SUMOVehicle::getEdge(), MSLane::getEdge(), SUMOVehicle::getLane(), MSTransportable::Stage_Driving::myVehicle, and MSTransportable::Stage_Driving::myWaitingEdge.
Referenced by MSTransportable::Stage_Driving::beginEventOutput(), MSTransportable::Stage_Driving::endEventOutput(), and MSTransportable::Stage_Driving::getEdgePos().
|
inherited |
get angle of the edge at a certain position
Definition at line 128 of file MSTransportable.cpp.
References MSEdge::getLanes().
Referenced by MSPModel_NonInteracting::PState::getAngle(), CState::getAngle(), MSTransportable::Stage_Waiting::getAngle(), MSTransportable::Stage_Driving::getAngle(), and MSTransportable::Stage::getVehicle().
|
virtualinherited |
Reimplemented from MSTransportable::Stage.
Definition at line 479 of file MSTransportable.cpp.
References MSTransportable::Stage_Driving::getEdge(), MSEdge::getLength(), SUMOVehicle::getPositionOnLane(), MSTransportable::Stage_Driving::isWaiting4Vehicle(), MIN2(), MSTransportable::Stage_Driving::myVehicle, and MSTransportable::Stage_Driving::myWaitingPos.
|
inherited |
get position on edge e at length at with orthogonal offset
Definition at line 118 of file MSTransportable.cpp.
References MSTransportable::Stage::getLanePosition(), and MSEdge::getLanes().
Referenced by MSTransportable::Stage_Waiting::getPosition(), MSTransportable::Stage_Driving::getPosition(), and MSTransportable::Stage::getVehicle().
|
virtualinherited |
the edges of the current stage
Reimplemented from MSTransportable::Stage.
Definition at line 540 of file MSTransportable.cpp.
References MSTransportable::Stage::getDestination(), and MSTransportable::Stage_Driving::getFromEdge().
|
virtualinherited |
Reimplemented from MSTransportable::Stage.
Definition at line 473 of file MSTransportable.cpp.
References MSTransportable::Stage_Driving::myWaitingEdge.
Referenced by MSTransportable::Stage_Driving::getEdges(), MSContainer::MSContainerStage_Driving::routeOutput(), and routeOutput().
|
inherited |
get position on lane at length at with orthogonal offset
Definition at line 123 of file MSTransportable.cpp.
References MSLane::getShape(), MSLane::interpolateLanePosToGeometryPos(), and PositionVector::positionAtOffset().
Referenced by CState::computeTranshipTime(), MSTransportable::Stage::getEdgePosition(), MSPModel_NonInteracting::PState::getPosition(), MSPModel_Striping::PState::getPosition(), and MSTransportable::Stage::getVehicle().
returns the position of the transportable
Implements MSTransportable::Stage.
Definition at line 489 of file MSTransportable.cpp.
References MSTransportable::Stage::getEdgePosition(), MSNet::getInstance(), SUMOVehicle::getPosition(), Position::INVALID, MSTransportable::Stage_Driving::isWaiting4Vehicle(), MSTransportable::Stage_Driving::myStopWaitPos, MSTransportable::Stage_Driving::myVehicle, MSTransportable::Stage_Driving::myWaitingEdge, MSTransportable::Stage_Driving::myWaitingPos, and MSTransportable::ROADSIDE_OFFSET.
|
virtualinherited |
the speed of the transportable
Reimplemented from MSTransportable::Stage.
Definition at line 534 of file MSTransportable.cpp.
References SUMOVehicle::getSpeed(), MSTransportable::Stage_Driving::isWaiting4Vehicle(), and MSTransportable::Stage_Driving::myVehicle.
|
virtual |
returns the stage description as a string
Implements MSTransportable::Stage.
Definition at line 408 of file MSPerson.cpp.
References MSTransportable::Stage_Driving::isWaiting4Vehicle(), joinToString(), and MSTransportable::Stage_Driving::myLines.
|
virtual |
return string summary of the current stage
Implements MSTransportable::Stage.
Definition at line 414 of file MSPerson.cpp.
References MSTransportable::Stage::getDestination(), MSTransportable::Stage::getDestinationStop(), Named::getID(), MSStoppingPlace::getMyName(), MSTransportable::Stage_Driving::isWaiting4Vehicle(), joinToString(), MSTransportable::Stage_Driving::myIntendedDepart, MSTransportable::Stage_Driving::myIntendedVehicleID, MSTransportable::Stage_Driving::myLines, and time2string().
|
inlineinherited |
Definition at line 104 of file MSTransportable.h.
References MSTransportable::Stage::getStageDescription(), MSTransportable::Stage::getStageSummary(), MSTransportable::Stage::myType, and MSTransportable::Stage::proceed().
Referenced by MSTransportable::getStageType(), MSPerson::proceed(), and MSTransportable::rerouteParkingArea().
|
inlinevirtualinherited |
Whether the transportable waits for a vehicle.
Reimplemented from MSTransportable::Stage.
Definition at line 427 of file MSTransportable.h.
References MSTransportable::Stage::beginEventOutput(), MSTransportable::Stage::endEventOutput(), MSTransportable::Stage::getEdges(), MSTransportable::Stage::getSpeed(), MSTransportable::Stage::getWaitingTime(), and MSTransportable::Stage::setArrived().
Referenced by MSTransportable::rerouteParkingArea().
|
inherited |
Return where the person waits and for what.
Definition at line 594 of file MSTransportable.cpp.
References Named::getID(), MSTransportable::Stage_Driving::isWaiting4Vehicle(), joinToString(), MSTransportable::Stage::myDestinationStop, MSTransportable::Stage_Driving::myLines, and MSTransportable::Stage_Driving::myWaitingEdge.
Referenced by MSTransportableControl::abortWaitingForVehicle().
time spent waiting for a ride
Reimplemented from MSTransportable::Stage.
Definition at line 528 of file MSTransportable.cpp.
References MSTransportable::Stage_Driving::isWaiting4Vehicle(), and MSTransportable::Stage_Driving::myWaitingSince.
|
virtualinherited |
Whether the person waits for a vehicle.
Reimplemented from MSTransportable::Stage.
Definition at line 522 of file MSTransportable.cpp.
References MSTransportable::Stage_Driving::myVehicle.
Referenced by MSTransportable::Stage_Driving::getAngle(), MSTransportable::Stage_Driving::getEdgePos(), MSTransportable::Stage_Driving::getPosition(), MSTransportable::Stage_Driving::getSpeed(), MSContainer::MSContainerStage_Driving::getStageDescription(), getStageDescription(), MSContainer::MSContainerStage_Driving::getStageSummary(), getStageSummary(), MSTransportable::Stage_Driving::getWaitingDescription(), and MSTransportable::Stage_Driving::getWaitingTime().
|
virtualinherited |
Whether the person waits for a vehicle of the line specified.
Reimplemented from MSTransportable::Stage.
Definition at line 516 of file MSTransportable.cpp.
References MSTransportable::Stage_Driving::myLines.
|
virtual |
proceeds to the next step
Implements MSTransportable::Stage.
Definition at line 381 of file MSPerson.cpp.
References MSInsertionControl::add(), SUMOVehicle::addPerson(), MSEdge::addPerson(), MSTransportableControl::addWaiting(), DEPART_TRIGGERED, SUMOVehicleParameter::departProcedure, MSTransportable::Stage::getDestinationStop(), MSTransportable::Stage::getEdge(), MSLane::getEdge(), MSTransportable::Stage::getEdgePos(), MSTransportable::getID(), MSNet::getInsertionControl(), MSStoppingPlace::getLane(), SUMOVehicle::getParameter(), MSNet::getPersonControl(), MSNet::getVehicleControl(), MSStoppingPlace::getWaitingPositionOnLane(), MSVehicleControl::getWaitingVehicle(), MSStoppingPlace::getWaitPosition(), SUMOVehicle::hasDeparted(), Position::INVALID, MSTransportable::Stage_Driving::myLines, MSTransportable::Stage_Driving::myStopWaitPos, MSTransportable::Stage_Driving::myVehicle, MSTransportable::Stage_Driving::myWaitingEdge, MSTransportable::Stage_Driving::myWaitingPos, MSTransportable::Stage_Driving::myWaitingSince, MSVehicleControl::removeWaiting(), MSTransportable::Stage_Driving::setVehicle(), and MSVehicleControl::unregisterOneWaiting().
|
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 |
Implements MSTransportable::Stage.
Definition at line 446 of file MSPerson.cpp.
References OutputDevice::closeTag(), StringUtils::escapeXML(), MSTransportable::Stage::getDestination(), MSTransportable::Stage_Driving::getFromEdge(), Named::getID(), MSTransportable::getID(), MSStoppingPlace::getMyName(), MSTransportable::Stage::myDestinationStop, MSTransportable::Stage_Driving::myIntendedDepart, MSTransportable::Stage_Driving::myIntendedVehicleID, MSTransportable::Stage_Driving::myLines, MSTransportable::Stage_Driving::myVehicleDistance, OutputDevice::openTag(), SUMO_ATTR_BUS_STOP, SUMO_ATTR_DEPART, SUMO_ATTR_FROM, SUMO_ATTR_INTENDED, SUMO_ATTR_LINES, SUMO_ATTR_TO, time2string(), and OutputDevice::writeAttr().
|
virtualinherited |
marks arrival time and records driven distance
Reimplemented from MSTransportable::Stage.
Definition at line 548 of file MSTransportable.cpp.
References MSRoute::begin(), SUMOVehicle::getCurrentRouteEdge(), SUMOVehicle::getDepartPos(), MSRoute::getDistanceBetween(), SUMOVehicle::getPositionOnLane(), SUMOVehicle::getRoute(), SUMOVehicle::isStopped(), MSTransportable::Stage::myArrivalPos, MSTransportable::Stage_Driving::myVehicle, MSTransportable::Stage_Driving::myVehicleDistance, and MSTransportable::Stage::setArrived().
|
inherited |
logs end of the step
Definition at line 101 of file MSTransportable.cpp.
References MSTransportable::Stage::myDeparted.
Referenced by MSTransportable::getVehicleType(), and MSTransportable::Stage::setSpeed().
|
inherited |
Definition at line 575 of file MSTransportable.cpp.
References MSStoppingPlace::getBeginLanePosition(), MSStoppingPlace::getEndLanePosition(), MSTransportable::Stage::myArrivalPos, MSTransportable::Stage::myDestination, and MSTransportable::Stage::myDestinationStop.
Referenced by MSTransportable::rerouteParkingArea().
|
inlinevirtualinherited |
sets the walking speed (ignored in other stages)
Reimplemented in MSPerson::MSPersonStage_Walking.
Definition at line 121 of file MSTransportable.h.
References MSTransportable::Stage::isWaitingFor(), MSTransportable::Stage::setArrived(), and MSTransportable::Stage::setDeparted().
Referenced by MSTransportable::getVehicle().
|
inherited |
Definition at line 564 of file MSTransportable.cpp.
References MSRoute::begin(), SUMOVehicle::getCurrentRouteEdge(), SUMOVehicle::getDepartPos(), MSRoute::getDistanceBetween(), SUMOVehicle::getID(), SUMOVehicle::getParameter(), SUMOVehicle::getPositionOnLane(), SUMOVehicle::getRoute(), SUMOVehicle::getVClass(), SUMOVehicleParameter::line, MSTransportable::Stage_Driving::myVehicle, MSTransportable::Stage_Driving::myVehicleDistance, MSTransportable::Stage_Driving::myVehicleID, MSTransportable::Stage_Driving::myVehicleLine, and MSTransportable::Stage_Driving::myVehicleVClass.
Referenced by MSContainer::MSContainerStage_Driving::proceed(), and proceed().
|
virtual |
Called on writing tripinfo output.
[in] | os | The stream to write the information into |
[in] | transportable | The person to write information about |
IOError | not yet implemented |
Implements MSTransportable::Stage.
Definition at line 429 of file MSPerson.cpp.
References MSDevice_Tripinfo::addRideData(), OutputDevice::closeTag(), MSTransportable::Stage::myArrivalPos, MSTransportable::Stage::myArrived, MSTransportable::Stage::myDeparted, MSTransportable::Stage_Driving::myVehicleDistance, MSTransportable::Stage_Driving::myVehicleID, MSTransportable::Stage_Driving::myVehicleLine, MSTransportable::Stage_Driving::myVehicleVClass, MSTransportable::Stage_Driving::myWaitingSince, OutputDevice::openTag(), time2string(), toString(), and OutputDevice::writeAttr().
|
protectedinherited |
the position at which we want to arrive
Definition at line 193 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Waiting::getAngle(), MSTransportable::Stage::getArrivalPos(), MSPerson::MSPersonStage_Walking::getArrivalPos(), MSContainer::MSContainerStage_Tranship::getArrivalPos(), MSTransportable::Stage::getEdgePos(), MSTransportable::Stage_Waiting::getPosition(), MSTransportable::Stage_Trip::setArrived(), MSTransportable::Stage_Driving::setArrived(), MSTransportable::Stage_Driving::setDestination(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), MSPerson::MSPersonStage_Walking::tripInfoOutput(), MSContainer::MSContainerStage_Tranship::tripInfoOutput(), tripInfoOutput(), MSTransportable::Stage_Waiting::tripInfoOutput(), and MSPerson::MSPersonStage_Walking::walkDistance().
|
protectedinherited |
the time at which this stage ended
Definition at line 199 of file MSTransportable.h.
Referenced by MSContainer::MSContainerStage_Tranship::routeOutput(), MSTransportable::Stage::setArrived(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), MSPerson::MSPersonStage_Walking::tripInfoOutput(), MSContainer::MSContainerStage_Tranship::tripInfoOutput(), tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), and MSTransportable::Stage_Waiting::tripInfoOutput().
|
protectedinherited |
the time at which this stage started
Definition at line 196 of file MSTransportable.h.
Referenced by 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(), MSTransportable::Stage::setDeparted(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), MSPerson::MSPersonStage_Walking::tripInfoOutput(), MSContainer::MSContainerStage_Tranship::tripInfoOutput(), tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), and MSTransportable::Stage_Waiting::tripInfoOutput().
|
protectedinherited |
the next edge to reach by getting transported
Definition at line 187 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Waiting::getAngle(), MSTransportable::Stage::getDestination(), MSTransportable::Stage::getEdge(), MSTransportable::Stage::getFromEdge(), MSTransportable::Stage_Waiting::getPosition(), MSTransportable::Stage_Trip::setArrived(), and MSTransportable::Stage_Driving::setDestination().
|
protectedinherited |
the stop to reach by getting transported (if any)
Definition at line 190 of file MSTransportable.h.
Referenced by MSTransportable::Stage::getDestinationStop(), MSTransportable::Stage_Driving::getWaitingDescription(), MSPerson::MSPersonStage_Walking::moveToNextEdge(), MSContainer::MSContainerStage_Tranship::moveToNextEdge(), MSPerson::MSPersonStage_Access::MSPersonStage_Access(), MSPerson::MSPersonStage_Access::proceed(), MSPerson::MSPersonStage_Walking::routeOutput(), routeOutput(), MSTransportable::Stage_Trip::setArrived(), and MSTransportable::Stage_Driving::setDestination().
|
protectedinherited |
Definition at line 477 of file MSTransportable.h.
Referenced by getStageSummary(), and routeOutput().
|
protectedinherited |
Definition at line 476 of file MSTransportable.h.
Referenced by getStageSummary(), and routeOutput().
|
protectedinherited |
the lines to choose from
Definition at line 459 of file MSTransportable.h.
Referenced by MSContainer::MSContainerStage_Driving::getStageDescription(), getStageDescription(), MSContainer::MSContainerStage_Driving::getStageSummary(), getStageSummary(), MSTransportable::Stage_Driving::getWaitingDescription(), MSTransportable::Stage_Driving::isWaitingFor(), MSContainer::MSContainerStage_Driving::proceed(), proceed(), MSContainer::MSContainerStage_Driving::routeOutput(), and routeOutput().
|
protectedinherited |
Definition at line 474 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Driving::getPosition(), and proceed().
|
protectedinherited |
The type of this stage.
Definition at line 202 of file MSTransportable.h.
Referenced by MSTransportable::Stage::getStageType(), MSTransportable::Stage_Waiting::routeOutput(), and MSTransportable::Stage_Waiting::tripInfoOutput().
|
protectedinherited |
The taken vehicle.
Definition at line 462 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Driving::abort(), MSTransportable::Stage_Driving::getAngle(), MSTransportable::Stage_Driving::getEdge(), MSTransportable::Stage_Driving::getEdgePos(), MSTransportable::Stage_Driving::getPosition(), MSTransportable::Stage_Driving::getSpeed(), MSTransportable::Stage_Driving::isWaiting4Vehicle(), MSContainer::MSContainerStage_Driving::proceed(), proceed(), MSTransportable::Stage_Driving::setArrived(), and MSTransportable::Stage_Driving::setVehicle().
|
protectedinherited |
Definition at line 468 of file MSTransportable.h.
Referenced by MSContainer::MSContainerStage_Driving::routeOutput(), routeOutput(), MSTransportable::Stage_Driving::setArrived(), MSTransportable::Stage_Driving::setVehicle(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), and tripInfoOutput().
|
protectedinherited |
cached vehicle data for output after the vehicle has been removed
Definition at line 464 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Driving::setVehicle(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), and tripInfoOutput().
|
protectedinherited |
Definition at line 465 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Driving::setVehicle(), and tripInfoOutput().
|
protectedinherited |
Definition at line 467 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Driving::setVehicle(), and tripInfoOutput().
|
protectedinherited |
Definition at line 473 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Driving::getAngle(), MSTransportable::Stage_Driving::getEdge(), MSTransportable::Stage_Driving::getFromEdge(), MSTransportable::Stage_Driving::getPosition(), MSTransportable::Stage_Driving::getWaitingDescription(), MSContainer::MSContainerStage_Driving::proceed(), and proceed().
|
protectedinherited |
Definition at line 470 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Driving::getAngle(), MSTransportable::Stage_Driving::getEdgePos(), MSTransportable::Stage_Driving::getPosition(), MSContainer::MSContainerStage_Driving::proceed(), and proceed().
|
protectedinherited |
The time since which this person is waiting for a ride.
Definition at line 472 of file MSTransportable.h.
Referenced by MSTransportable::Stage_Driving::getWaitingTime(), MSContainer::MSContainerStage_Driving::proceed(), proceed(), MSContainer::MSContainerStage_Driving::tripInfoOutput(), and tripInfoOutput().