Eclipse SUMO - Simulation of Urban MObility
MESegment Class Reference

A single mesoscopic segment (cell) More...

#include <MESegment.h>

Inheritance diagram for MESegment:
[legend]
Collaboration diagram for MESegment:
[legend]

Data Structures

struct  MesoEdgeType
 edge type specific meso parameters More...
 
class  Queue
 

Public Member Functions

void addReminders (MEVehicle *veh) const
 add this lanes MoveReminders to the given vehicle More...
 
void addTo (const StoringVisitor &cont) const
 Adds this object to the given container. More...
 
double getBruttoOccupancy () const
 Returns the occupany of the segment (the sum of the vehicle lengths + minGaps) More...
 
double getCapacity () const
 Returns the sum of the lengths of all usable lanes of the segment in meters. More...
 
int getCarNumber () const
 Returns the total number of cars on the segment. More...
 
const MSEdgegetEdge () const
 Returns the edge this segment belongs to. More...
 
double getEntryBlockTimeSeconds () const
 get the earliest entry time in seconds More...
 
SUMOTime getEventTime () const
 Returns the (planned) time at which the next vehicle leaves this segment. More...
 
double getEventTimeSeconds () const
 Like getEventTime but returns seconds (for visualization) More...
 
double getFlow () const
 returns flow based on headway More...
 
const std::string & getID () const
 Returns the id. More...
 
int getIndex () const
 Returns the running index of the segment in the edge (0 is the most upstream). More...
 
double getLastHeadwaySeconds () const
 get the last headway time in seconds More...
 
double getLength () const
 Returns the length of the segment in meters. More...
 
MSLinkgetLink (const MEVehicle *veh, bool tlsPenalty=false) const
 Returns the link the given car will use when passing the next junction. More...
 
SUMOTime getLinkPenalty (const MEVehicle *veh) const
 Returns the penalty time for passing a link (if using gMesoTLSPenalty > 0 or gMesoMinorPenalty > 0) More...
 
double getMeanSpeed () const
 wrapper to satisfy the FunctionBinding signature More...
 
double getMeanSpeed (bool useCache) const
 Returns the average speed of vehicles on the segment in meters per second. If there is no vehicle on the segment it returns the maximum allowed speed. More...
 
SUMOTime getMinimumHeadwayTime () const
 return the minimum headway-time with which vehicles may enter or leave this segment More...
 
SUMOTime getNextInsertionTime (SUMOTime earliestEntry) const
 return a time after earliestEntry at which a vehicle may be inserted at full speed More...
 
MESegmentgetNextSegment () const
 Returns the following segment on the same edge (0 if it is the last). More...
 
const std::vector< MEVehicle * > & getQueue (int index) const
 Returns the cars in the queue with the given index for visualization. More...
 
double getRelativeJamThreshold () const
 Returns the relative occupany of the segment (percentage of road used)) at which the segment is considered jammed. More...
 
double getRelativeOccupancy () const
 Returns the relative occupany of the segment (percentage of road used)) More...
 
std::vector< const MEVehicle * > getVehicles () const
 returns all vehicles (for debugging) More...
 
double getWaitingSeconds () const
 Get the waiting time for vehicles in all queues. More...
 
SUMOTime hasSpaceFor (const MEVehicle *const veh, const SUMOTime entryTime, int &qIdx, const bool init=false) const
 Returns whether the given vehicle would still fit into the segment. More...
 
bool initialise (MEVehicle *veh, SUMOTime time)
 Inserts (emits) vehicle into the segment. More...
 
void initSegment (const MesoEdgeType &edgeType, const MSEdge &parent, const double capacity)
 set model parameters (may be updated from additional file after network loading is complete) More...
 
bool isOpen (const MEVehicle *veh) const
 Returns whether the vehicle may use the next link. More...
 
 MESegment (const std::string &id, const MSEdge &parent, MESegment *next, const double length, const double speed, const int idx, const bool multiQueue, const MesoEdgeType &edgeType)
 constructor More...
 
int numQueues () const
 return the number of queues More...
 
void receive (MEVehicle *veh, const int qIdx, SUMOTime time, const bool isDepart=false, const bool isTeleport=false, const bool newEdge=false)
 Adds the vehicle to the segment, adapting its parameters. More...
 
int remainingVehicleCapacity (const double vehLength) const
 return the remaining physical space on this segment More...
 
MEVehicleremoveCar (MEVehicle *v, SUMOTime leaveTime, const MSMoveReminder::Notification reason)
 Removes the given car from the edge's que. More...
 
void send (MEVehicle *veh, MESegment *const next, const int nextQIdx, SUMOTime time, const MSMoveReminder::Notification reason)
 Removes the vehicle from the segment, adapting its parameters. More...
 
virtual void setID (const std::string &newID)
 resets the id More...
 
void setSpeed (double newSpeed, SUMOTime currentTime, double jamThresh=DO_NOT_PATCH_JAM_THRESHOLD, int qIdx=-1)
 reset mySpeed and patch the speed of all vehicles in it. Also set/recompute myJamThreshold More...
 
void updatePermissions ()
 called when permissions change due to Rerouter or TraCI More...
 
bool vaporizeAnyCar (SUMOTime currentTime, const MSDetectorFileOutput *filter)
 tries to remove any car from this segment More...
 
void writeVehicles (OutputDevice &of) const
 
Measure collection
void addDetector (MSMoveReminder *data, int queueIndex=-1)
 Adds a data collector for a detector to this segment. More...
 
void prepareDetectorForWriting (MSMoveReminder &data, int queueIndex=-1)
 Removes a data collector for a detector from this segment. More...
 
State saving/loading
void saveState (OutputDevice &out) const
 Saves the state of this segment into the given stream. More...
 
void clearState ()
 Remove all vehicles before quick-loading state. More...
 
void loadState (const std::vector< std::string > &vehIDs, MSVehicleControl &vc, const SUMOTime blockTime, const int queIdx)
 Loads the state of this segment with the given parameters. More...
 

Static Public Member Functions

template<class T >
static std::string getIDSecure (const T *obj, const std::string &fallBack="NULL")
 get an identifier for Named-like object which may be Null More...
 
static bool isInvalid (const MESegment *segment)
 whether the given segment is 0 or encodes vaporization More...
 

Static Public Attributes

static const double DO_NOT_PATCH_JAM_THRESHOLD
 
static const int PARKING_QUEUE = -1
 

Protected Attributes

std::string myID
 The name of the object. More...
 

Private Member Functions

SUMOTime getTauJJ (double nextQueueSize, double nextQueueCapacity, double nextJamThreshold) const
 
bool hasBlockedLeader () const
 whether a leader in any queue is blocked More...
 
double jamThresholdForSpeed (double speed, double jamThresh) const
 compute jam threshold for the given speed and jam-threshold option More...
 
bool limitedControlOverride (const MSLink *link) const
 whether the given link may be passed because the option meso-junction-control.limited is set More...
 
 MESegment (const MESegment &)
 Invalidated copy constructor. More...
 
 MESegment (const std::string &id)
 constructor for dummy segment More...
 
SUMOTime newArrival (const MEVehicle *const v, double newSpeed, SUMOTime currentTime)
 compute the new arrival time when switching speed More...
 
MESegmentoperator= (const MESegment &)
 Invalidated assignment operator. More...
 
bool overtake ()
 
void recomputeJamThreshold (double jamThresh)
 compute a value for myJamThreshold if jamThresh is negative, compute a value which allows free flow at mySpeed interpret jamThresh as the relative occupation at which jam starts More...
 
void setSpeedForQueue (double newSpeed, SUMOTime currentTime, SUMOTime blockTime, const std::vector< MEVehicle * > &vehs)
 
SUMOTime tauWithVehLength (SUMOTime tau, double lengthWithGap, double vehicleTau) const
 convert net time gap (leader back to follower front) to gross time gap (leader front to follower front) More...
 

Private Attributes

double myCapacity = 0.
 The number of lanes represented by the queue * the length of the lane. More...
 
const MSEdgemyEdge
 The microsim edge this segment belongs to. More...
 
std::map< const MSEdge *, int > myFollowerMap
 The follower edge to allowed que index mapping for multi queue segments. More...
 
const int myIndex
 Running number of the segment in the edge. More...
 
double myJamThreshold
 The space (in m) which needs to be occupied before the segment is considered jammed. More...
 
SUMOTime myLastHeadway
 the last headway More...
 
SUMOTime myLastMeanSpeedUpdate
 the time at which myMeanSpeed was last updated More...
 
const double myLength
 The segment's length. More...
 
double myMeanSpeed
 the mean speed on this segment. Updated at event time or on demand More...
 
MESegmentmyNextSegment
 The next segment of this edge, 0 if this is the last segment of this edge. More...
 
int myNumVehicles
 The cached value for the number of vehicles. More...
 
double myQueueCapacity = 0.
 The number of lanes represented by the queue * the length of the lane. More...
 
std::vector< QueuemyQueues
 The car queues. Vehicles are inserted in the front and removed in the back. More...
 
double myTau_length
 Headway parameter for computing gross time headyway from net time headway, length and edge speed. More...
 
Model constants that may be reset once via additional file
SUMOTime myTau_ff
 The time headway parameters, see the Eissfeldt thesis. More...
 
SUMOTime myTau_fj
 
SUMOTime myTau_jf
 
SUMOTime myTau_jj
 
bool myTLSPenalty
 Whether tls penalty is enabled. More...
 
bool myCheckMinorPenalty
 penalty for minor links More...
 
SUMOTime myMinorPenalty
 
bool myJunctionControl
 Whether junction control is enabled. More...
 
bool myOvertaking
 Whether overtaking is permitted on this segment. More...
 

Static Private Attributes

static MSEdge myDummyParent
 
static MESegment myVaporizationTarget
 

Detailed Description

A single mesoscopic segment (cell)

Definition at line 49 of file MESegment.h.

Constructor & Destructor Documentation

◆ MESegment() [1/3]

MESegment::MESegment ( const std::string &  id,
const MSEdge parent,
MESegment next,
const double  length,
const double  speed,
const int  idx,
const bool  multiQueue,
const MesoEdgeType edgeType 
)

constructor

Parameters
[in]idThe id of this segment (currently: "<EDGEID>:<SEGMENTNO>")
[in]parentThe edge this segment is located within
[in]nextThe following segment (belonging to the same edge)
[in]lengthThe segment's length
[in]speedThe speed allowed on this segment
[in]idxThe running index of this segment within the segment's edge
[in]multiQueuewhether to install multiple queues on this segment
[in]edgeTypeedge type specific meso parameters such as the different taus

Definition at line 101 of file MESegment.cpp.

References MSEdge::allowedLanes(), MSEdge::getLanes(), MSEdge::getMesoPermissions(), MSEdge::getPermissions(), MSEdge::getSuccessors(), initSegment(), myFollowerMap, myQueueCapacity, and myQueues.

◆ MESegment() [2/3]

MESegment::MESegment ( const MESegment )
private

Invalidated copy constructor.

◆ MESegment() [3/3]

MESegment::MESegment ( const std::string &  id)
private

constructor for dummy segment

Definition at line 189 of file MESegment.cpp.

Member Function Documentation

◆ addDetector()

void MESegment::addDetector ( MSMoveReminder data,
int  queueIndex = -1 
)

Adds a data collector for a detector to this segment.

Parameters
[in]dataThe data collector to add
[in]queueIndexThe queue (aka lane) to use, -1 means all

Definition at line 250 of file MESegment.cpp.

References myQueues.

Referenced by MSMeanData::init(), MEInductLoop::MEInductLoop(), METriggeredCalibrator::METriggeredCalibrator(), MSRouteProbe::MSRouteProbe(), and MSTriggeredRerouter::MSTriggeredRerouter().

Here is the caller graph for this function:

◆ addReminders()

void MESegment::addReminders ( MEVehicle veh) const

add this lanes MoveReminders to the given vehicle

Definition at line 590 of file MESegment.cpp.

References MEVehicle::getQueIndex(), myQueues, and PARKING_QUEUE.

Referenced by receive(), and MELoop::teleportVehicle().

Here is the caller graph for this function:

◆ addTo()

void Named::addTo ( const StoringVisitor cont) const
inlineinherited

Adds this object to the given container.

Parameters
[in,filled]cont The container to add this item to

Definition at line 118 of file Named.h.

References Named::StoringVisitor::add().

◆ clearState()

void MESegment::clearState ( )

Remove all vehicles before quick-loading state.

Definition at line 780 of file MESegment.cpp.

References myQueues.

◆ getBruttoOccupancy()

double MESegment::getBruttoOccupancy ( ) const
inline

Returns the occupany of the segment (the sum of the vehicle lengths + minGaps)

Returns
the occupany of the segment in meters

Definition at line 258 of file MESegment.h.

References myQueues.

Referenced by getRelativeOccupancy(), METriggeredCalibrator::invalidJam(), limitedControlOverride(), and overtake().

Here is the caller graph for this function:

◆ getCapacity()

double MESegment::getCapacity ( ) const
inline

Returns the sum of the lengths of all usable lanes of the segment in meters.

Returns
the capacity of the segment

Definition at line 250 of file MESegment.h.

References myCapacity.

Referenced by MELoop::updateSegmentsForEdge().

Here is the caller graph for this function:

◆ getCarNumber()

int MESegment::getCarNumber ( ) const
inline

Returns the total number of cars on the segment.

Returns
the total number of cars on the segment

Definition at line 206 of file MESegment.h.

References myNumVehicles.

Referenced by getFlow(), GUIEdge::getParameterWindow(), and MSXMLRawOut::writeEdge().

Here is the caller graph for this function:

◆ getEdge()

const MSEdge& MESegment::getEdge ( ) const
inline

Returns the edge this segment belongs to.

Returns
the edge this segment belongs to

Definition at line 359 of file MESegment.h.

References myEdge.

Referenced by MELoop::changeSegment(), METriggeredCalibrator::execute(), GUIMEVehicle::getColorValue(), MEInductLoop::getEdge(), MSStop::getEdge(), GUIEdge::getParameterWindow(), MSIdling_Stop::idle(), METriggeredCalibrator::invalidJam(), MEVehicle::mayProceed(), GUIMEInductLoop::MyWrapper::MyWrapper(), MEVehicle::processStop(), receive(), MEVehicle::resumeFromStopping(), MEVehicle::saveState(), MEVehicle::setEventTime(), MELoop::teleportVehicle(), and MEInductLoop::writeXMLOutput().

Here is the caller graph for this function:

◆ getEntryBlockTimeSeconds()

double MESegment::getEntryBlockTimeSeconds ( ) const
inline

get the earliest entry time in seconds

Definition at line 386 of file MESegment.h.

References MIN2(), myQueues, STEPS2TIME, and SUMOTime_MAX.

Referenced by GUIEdge::getParameterWindow().

Here is the caller graph for this function:

◆ getEventTime()

SUMOTime MESegment::getEventTime ( ) const

Returns the (planned) time at which the next vehicle leaves this segment.

Returns
The time the vehicle thinks it leaves

Definition at line 744 of file MESegment.cpp.

References myQueues, and SUMOTime_MAX.

Referenced by MELoop::checkCar(), and getEventTimeSeconds().

Here is the caller graph for this function:

◆ getEventTimeSeconds()

double MESegment::getEventTimeSeconds ( ) const
inline

Like getEventTime but returns seconds (for visualization)

Definition at line 376 of file MESegment.h.

References getEventTime(), and STEPS2TIME.

Referenced by GUIEdge::getParameterWindow().

Here is the caller graph for this function:

◆ getFlow()

double MESegment::getFlow ( ) const

returns flow based on headway

Note
: returns magic number 10000 when headway cannot be computed

Definition at line 832 of file MESegment.cpp.

References getCarNumber(), getMeanSpeed(), and myLength.

Referenced by GUIEdge::getParameterWindow().

Here is the caller graph for this function:

◆ getID()

const std::string& Named::getID ( ) const
inlineinherited

Returns the id.

Returns
The stored id

Definition at line 74 of file Named.h.

References Named::myID.

Referenced by MSLCM_LC2013::_patchSpeed(), MSLCM_SL2015::_patchSpeed(), MSCFModel_EIDM::_v(), MSCFModel_ACC::_v(), MSCFModel_IDM::_v(), MSCFModel_CACC::_v(), MSCFModel_Wiedemann::_v(), MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSTransportableControl::abortAnyWaitingForVehicle(), MSLaneChangerSublane::abortLCManeuver(), MSTransportable::abortStage(), MSLCM_LC2013::adaptSpeedToPedestrians(), MSVehicle::adaptToJunctionLeader(), MSVehicle::adaptToLeader(), MSVehicle::adaptToLeaderDistance(), MSVehicle::adaptToLeaders(), MSVehicle::adaptToOncomingLeader(), MSVehicleTransfer::add(), MSPModel_JuPedSim::add(), MSPModel_Striping::add(), PCPolyContainer::add(), ShapeContainer::add(), MSDetectorControl::add(), NLTriggerBuilder::addAccess(), RORouteDef::addAlternative(), MSLane::addApproachingLane(), MSTractionSubstation::addChargeValueForOutput(), MSChargingStation::addChargeValueForOutput(), MSOverheadWire::addChargeValueForOutput(), NBNodeCont::addCluster2Join(), NLHandler::addConflict(), NLHandler::addConnection(), NBLoadedSUMOTLDef::addConnection(), MSPModel_Striping::addCrossingVehs(), RODFDetectorCon::addDetector(), NIXMLEdgesHandler::addEdge(), RONet::addEdge(), ROJTREdge::addFollowerProbability(), MSLane::addLeaders(), MSTLLogicControl::TLSLogicVariants::addLogic(), RONet::addNode(), MSLaneChangerSublane::addOutsideLeaders(), MSTractionSubstation::addOverheadWireClampToCircuit(), MSTractionSubstation::addOverheadWireInnerSegmentToCircuit(), MSTractionSubstation::addOverheadWireSegmentToCircuit(), MSTriggeredRerouter::addParkValues(), NIImporter_SUMO::addPhase(), GUIEdge::addRerouter(), MSDevice_Taxi::addReservation(), MSDispatch::addReservation(), MSRouteHandler::addRideOrTransport(), RONet::addRouteDef(), NIXMLEdgesHandler::addSplit(), NBTrafficLightLogic::addStep(), MSRouteHandler::addStop(), RORouteHandler::addStop(), ROVehicle::addStop(), MSBaseVehicle::addStop(), MSNet::addStoppingPlace(), MSRouteHandler::addTranship(), MSVehicle::addTransportable(), AGActivityTripWriter::addTrip(), NIXMLConnectionsHandler::addWalkingArea(), MSBaseVehicle::allowsBoarding(), MSTransportable::appendStage(), LIBSUMO_NAMESPACE::Person::appendWalkingStage(), MSCFModel::applyHeadwayAndSpeedDifferencePerceptionErrors(), MSCFModel::applyHeadwayPerceptionError(), libsumo::Helper::applySubscriptionFilterLanes(), libsumo::Helper::applySubscriptionFilterLateralDistance(), libsumo::Helper::applySubscriptionFilterLateralDistanceSinglePass(), libsumo::Helper::applySubscriptionFilters(), libsumo::Helper::applySubscriptionFilterTurn(), MSLaneChanger::avoidDeadlock(), MSDevice_ToC::awarenessRecoveryStep(), GUITrafficLightLogicWrapper::begin2TrackPhases(), MSPModel_Striping::blockedAtDist(), MSLink::blockedAtTime(), MSLink::blockedByFoe(), MSVehicle::boardTransportables(), MSVehicle::brakeForOverlap(), NIVisumTL::build(), LIBSUMO_NAMESPACE::TrafficLight::buildConstraint(), MSSOTLE2Sensors::buildContinueSensior(), MSSOTLE2Sensors::buildCountSensorForLane(), MSSOTLE2Sensors::buildCountSensorForOutLane(), NBNode::buildCrossings(), NBNode::buildCrossingsAndWalkingAreas(), MSTransportableDevice_Routing::buildDevices(), MSTransportableDevice_BTreceiver::buildDevices(), MSTransportableDevice_BTsender::buildDevices(), MSTransportableDevice_FCD::buildDevices(), MSTransportableDevice_FCDReplay::buildDevices(), NIImporter_VISUM::buildDistrictNode(), MSRailSignal::LinkInfo::buildDriveWay(), NLDetectorBuilder::buildE2Detector(), RODFNet::buildEdgeFlowMap(), NLDetectorBuilder::buildInductLoop(), NBEdge::buildInnerEdges(), NLTriggerBuilder::buildInnerOverheadWireSegments(), GNETLSEditorFrame::buildInternalLanes(), NIVissimEdge::buildNBEdge(), NGEdge::buildNBEdge(), NBOwnTLDef::buildNemaPhases(), NBRampsComputer::buildOffRamp(), NBRampsComputer::buildOnRamp(), MSPModel_JuPedSim::buildPedestrianNetwork(), MSRailSignal::DriveWay::buildRoute(), MELoop::buildSegmentsFor(), MSSOTLE2Sensors::buildSensorForLane(), MSSOTLE2Sensors::buildSensorForOutLane(), libsumo::Helper::buildStopParameters(), MSDevice_Bluelight::buildVehicleDevices(), MSVehicleDevice_BTreceiver::buildVehicleDevices(), MSVehicleDevice_BTsender::buildVehicleDevices(), MSDevice_DriverState::buildVehicleDevices(), MSDevice_ElecHybrid::buildVehicleDevices(), MSDevice_Example::buildVehicleDevices(), MSDevice_FCD::buildVehicleDevices(), MSDevice_FCDReplay::buildVehicleDevices(), MSDevice_Friction::buildVehicleDevices(), MSDevice_GLOSA::buildVehicleDevices(), MSDevice_Routing::buildVehicleDevices(), MSDevice_SSM::buildVehicleDevices(), MSDevice_Taxi::buildVehicleDevices(), MSDevice_ToC::buildVehicleDevices(), MSDevice_Tripinfo::buildVehicleDevices(), MSDevice_Transportable::buildVehicleDevices(), MSDevice_Vehroutes::buildVehicleDevices(), MSDevice_Battery::buildVehicleDevices(), NBNode::buildWalkingAreas(), MSBaseVehicle::calculateArrivalParams(), MSSwarmTrafficLightLogic::calculateEtaDiff(), MSSwarmTrafficLightLogic::calculateEtaRatio(), NEMALogic::calculateInitialPhases170(), MSE2Collector::calculateTimeLossAndTimeOnDetector(), MSStageDriving::canLeaveVehicle(), MSSOTLPolicyBasedTrafficLightLogic::canRelease(), MSLCHelper::canSaveBlockerLength(), MSLaneChanger::change(), MSLaneChangerSublane::change(), MSLCM_SL2015::changed(), MSLaneChanger::changeOpposite(), MELoop::changeSegment(), MSActuatedTrafficLightLogic::changeStepAndDuration(), MSSimpleTrafficLightLogic::changeStepAndDuration(), LIBSUMO_NAMESPACE::Vehicle::changeTarget(), MSCFModel_CC::changeWholePlatoonLane(), MSTLLogicControl::check2Switch(), MSEdge::checkAndRegisterBiDirEdge(), MSLaneChanger::checkChange(), MSLaneChanger::checkChangeOpposite(), MSLaneChangerSublane::checkChangeOpposite(), MSLaneChangerSublane::checkChangeSublane(), NBEdgeCont::checkConsistency(), MSRailSignal::DriveWay::checkCrossingFlanks(), MSDevice_ToC::checkDynamicToC(), MSLane::checkFailure(), MSRailSignal::DriveWay::checkFlanks(), MSLane::checkForPedestrians(), MSVehicleTransfer::checkInsertions(), MSVehicle::checkLinkLeader(), MSE2Collector::checkPositioning(), MSRoute::checkRemoval(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), MEVehicle::checkStop(), MSLCM_SL2015::checkStrategicChange(), MSAbstractLaneChangeModel::checkTraCICommands(), MSLaneChanger::checkTraCICommands(), MSLink::checkWalkingAreaFoe(), MSSwarmTrafficLightLogic::choosePolicy(), MSDevice_SSM::classifyEncounter(), ShapeContainer::clearHighlights(), NBTrafficLightLogic::closeBuilding(), ODDistrictHandler::closeDistrict(), NLHandler::closeEdge(), MSDevice_SSM::closeEncounter(), RORouteHandler::closeRouteDistribution(), MSRouteHandler::closeVehicle(), RORouteHandler::closeVehicle(), NBTrafficLightDefinition::collectAllLinks(), NBTrafficLightDefinition::collectEdges(), NBLoadedSUMOTLDef::collectEdgeVectors(), NBLoadedTLDef::collectLinks(), MSLCM_SL2015::commitManoeuvre(), IntermodalRouter< E, L, N, V >::compute(), NBTrafficLightDefinition::compute(), ROJTRRouter::compute(), MSVehicle::computeAngle(), MSDispatch::computeDetourTime(), NBNodeShapeComputer::computeEdgeBoundaries(), MSVehicle::computeFurtherLanes(), MSDevice_SSM::computeGlobalMeasures(), NBNode::computeInternalLaneShape(), NBNode::computeLanes2Lanes(), NBNode::computeLogic(), NBOwnTLDef::computeLogicAndConts(), NBNodeShapeComputer::computeNodeShapeDefault(), NBNodeShapeComputer::computeNodeShapeSmall(), NBNodeTypeComputer::computeNodeTypes(), NBRampsComputer::computeRamps(), RODFNet::computeRoutesFor(), MSLaneChanger::computeSafeOppositeLength(), NBTrafficLightLogicCont::computeSingleLogic(), NBNode::computeSmoothShape(), MSLCM_LC2013::computeSpeedLat(), MSLCM_SL2015::computeSpeedLat(), MSDevice_SSM::computeSSMs(), MSLaneChanger::computeSurplusGap(), NBTurningDirectionsComputer::computeTurnDirectionsForNode(), MSVehicle::Manoeuvre::configureEntryManoeuvre(), MSVehicle::Manoeuvre::configureExitManoeuvre(), MSRailSignal::DriveWay::conflictLaneOccupied(), NGNet::connect(), MSRailSignal::constraintsAllow(), NEMALogic::constructTimingAndPhaseDefs(), MSLaneChanger::continueChange(), MSLaneChangerSublane::continueChangeSublane(), libsumo::Helper::convertCartesianToRoadMap(), LIBSUMO_NAMESPACE::Person::convertTraCIStage(), NBLoadedSUMOTLDef::copyIndices(), NBOwnTLDef::correctConflicting(), NBOwnTLDef::corridorLike(), MSSOTLWaveTrafficLightLogic::countVehicles(), MSSOTLE2Sensors::countVehicles(), MSDevice_SSM::createEncounters(), GNETLSEditorFrame::TLSDefinition::createTLS(), GUINet::createTLWrapper(), MSDevice_Taxi::customerArrived(), NBNodeCont::customTLID(), MSDevice_ToC::deactivateDeliberateLCs(), MSRailSignal::DriveWay::deadlockLaneOccupied(), libsumo::Helper::debugPrint(), MSLCM_SL2015::decideDirection(), MSActuatedTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decideNextPhase(), MSSOTLPolicyBasedTrafficLightLogic::decideNextPhase(), MSSwarmTrafficLightLogic::decideNextPhase(), MSDeterministicHiLevelTrafficLightLogic::decidePolicy(), MSSwarmTrafficLightLogic::decidePolicy(), MSVehicleControl::deleteVehicle(), MSDevice_ElecHybrid::deleteVehicleFromCircuit(), MSLane::detectCollisionBetween(), MSLane::detectCollisions(), MSE3Collector::detectorUpdate(), MSLane::detectPedestrianJunctionCollision(), NIVissimDistrictConnection::dict_BuildDistrictNodes(), NIVissimDistrictConnection::dict_BuildDistricts(), MSEdge::dictionaryHint(), NBNodeCont::discardTrafficLights(), MSDispatch_Greedy::dispatch(), MSDispatch_GreedyShared::dispatch(), MSDispatch_RouteExtension::dispatch(), MSDevice_Taxi::dispatchShared(), GUILane::drawGL(), MSDevice_SSM::Encounter::Encounter(), MSAbstractLaneChangeModel::endLaneChangeManeuver(), MSE3Collector::enter(), NEMAPhase::enter(), MSParkingArea::enter(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::enterLaneAtMove(), MSVehicle::Manoeuvre::entryManoeuvreIsComplete(), MSTransportableControl::erase(), NEMALogic::error_handle_not_set(), METriggeredCalibrator::execute(), Command_SaveTLSProgram::execute(), Command_SaveTLSState::execute(), Command_SaveTLSSwitches::execute(), Command_SaveTLSSwitchStates::execute(), Command_RouteReplacement::execute(), MSDevice_BTreceiver::BTreceiverUpdate::execute(), MSVTypeProbe::execute(), MSPModel_Striping::MovePedestrians::execute(), MSCalibrator::execute(), MSPModel_JuPedSim::execute(), MSVehicle::executeFractionalMove(), MSVehicle::executeMove(), MSLane::executeMovements(), NBNodeCont::extract(), NBTrafficLightLogicCont::extract(), MSDevice_SSM::filterByConflictType(), LIBSUMO_NAMESPACE::Person::filterReservation(), NBLoadedSUMOTLDef::finalChecks(), MSCFModel::finalizeSpeed(), MSCFModel_Daniel1::finalizeSpeed(), MSCFModel_EIDM::finalizeSpeed(), MSLaneChanger::findCandidate(), MSDevice_StationFinder::findChargingStation(), LIBSUMO_NAMESPACE::TrafficLight::findConstraintsDeadLocks(), MSRailSignal::DriveWay::findFlankProtection(), MSDevice_SSM::findFoeConflictLane(), LIBSUMO_NAMESPACE::Simulation::findIntermodalRoute(), MSDevice_SSM::findSurroundingVehicles(), MSDevice_SSM::flushConflicts(), MSDevice_SSM::flushGlobalMeasures(), MSCFModel_CACC::followSpeed(), MSCFModel_EIDM::followSpeed(), MSCFModel_W99::followSpeed(), NBTrafficLightDefinition::forbids(), MSLaneChanger::foundHilltop(), MSCFModel_EIDM::freeSpeed(), NBNodeCont::generateNodeClusters(), MSDevice_StationFinder::generateOutput(), MSDevice_Tripinfo::generateOutput(), MSStopOut::generateOutputForUnfinished(), GUITrafficLightLogicWrapper::getActiveTLLogic(), RODFDetectorCon::getAggFlowFor(), RODFDetectorCon::getAnyDetectorForEdge(), MSPModel_Striping::getArbitraryPath(), MSVehicle::getBackPosition(), MSVehicle::getBackPositionOnLane(), LIBSUMO_NAMESPACE::Vehicle::getBestLanes(), MSLaneChanger::getBestLanesOpposite(), NBOwnTLDef::getBestPair(), MSDevice::getBoolParam(), NBRailwayTopologyAnalyzer::getBrokenRailNodes(), MSLane::getCanonicalPredecessorLane(), MSLane::getCanonicalSuccessorLane(), MSVehicle::getCenterOnEdge(), MSDevice_Battery::getChargingStationID(), MSRailSignal::getClickableTLLinkID(), LIBSUMO_NAMESPACE::Simulation::getCollisions(), GUIVehicle::getColorValue(), MSLaneChanger::getColumnleader(), MSActuatedTrafficLightLogic::getConditions(), LIBSUMO_NAMESPACE::TrafficLight::getConstraintsByFoe(), LIBSUMO_NAMESPACE::TrafficLight::getControlledLinks(), MSLane::getCriticalLeader(), MSCalibrator::getCurrentStateInterval(), NBNodeShapeComputer::getDefaultRadius(), MSLink::getDescription(), MSStop::getDescription(), NBTrafficLightDefinition::getDescription(), MSStageTrip::getDestinationDescription(), GUIPerson::getDestinationEdgeID(), GUIPerson::getDestinationStopID(), MSDevice_SSM::getDetectionRange(), RODFNet::getDetectorEdge(), MSActuatedTrafficLightLogic::getDetectorPriority(), MSRailSignal::LinkInfo::getDriveWay(), MSSimpleTrafficLightLogic::getEarliest(), GUIPerson::getEdgeID(), GUIMEVehicle::getEdgeID(), MSMeanData::getEdgeID(), LIBSUMO_NAMESPACE::RouteProbe::getEdgeID(), MSDevice_SSM::getExtraTime(), MSLane::getFirstVehicleInformation(), MSDevice::getFloatParam(), MSBaseVehicle::getFlowID(), MSLane::getFollower(), MSLane::getFollowersOnConsecutive(), GUIPerson::getFromEdgeID(), NBEdge::getID(), LIBSUMO_NAMESPACE::Vehicle::getJunctionFoes(), MSRailSignal::getJunctionLinkID(), LIBSUMO_NAMESPACE::Calibrator::getLaneID(), NEMALogic::getLaneInfoFromNEMAState(), MSParkingArea::getLastFreePos(), MSParkingArea::getLastFreePosWithReservation(), MSLane::getLastVehicleInformation(), MSSimpleTrafficLightLogic::getLatest(), MSVehicle::getLatOffset(), MSLane::getLeader(), MSLink::getLeaderInfo(), MSLane::getLeaderOnConsecutive(), MSLaneChangerSublane::getLeaders(), MSLane::getLeadersOnConsecutive(), MSLink::getLengthBeforeCrossing(), MSDevice_BTsender::getLocation(), MSDevice_SSM::getMDRAC_PRT(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForInputLanes(), MSDeterministicHiLevelTrafficLightLogic::getMeanSpeedForOutputLanes(), MSDevice_SSM::getMeasuresAndThresholds(), NIImporter_VISUM::getNamedEdgeContinuating(), MSPModel_Striping::getNeighboringObstacles(), MSCalibrator::getNewVehicleID(), MSPerson::getNextEdge(), MSPModel_Striping::getNextLane(), MSPModel_Striping::getNextLaneObstacles(), LIBSUMO_NAMESPACE::Vehicle::getNextLinks(), MSLaneChanger::getOncomingOppositeVehicle(), MSLane::getOppositeFollower(), MSLane::getOppositeLeader(), MSStageTrip::getOriginDescription(), MSDevice_SSM::getOutputFilename(), MSDevice_ElecHybrid::getOverheadWireSegmentID(), MSOverheadWire::getOverheadWireSegmentName(), MSDevice_StationFinder::getParameter(), MSDevice_ToC::getParameter(), MSActuatedTrafficLightLogic::getParameter(), NEMALogic::getParameter(), LIBSUMO_NAMESPACE::Simulation::getParameter(), GUITrafficLightLogicWrapper::getParameterWindow(), GUIContainer::getParameterWindow(), GUILane::getParameterWindow(), GUILane::getParentName(), MSLane::getPartialBehind(), MSSimpleDriverState::getPerceivedHeadway(), MSSimpleDriverState::getPerceivedSpeedDifference(), MSSOTLTrafficLightLogic::getPhaseIndexWithMaxCTS(), MSSwarmTrafficLightLogic::getPheromoneForInputLanes(), MSSwarmTrafficLightLogic::getPheromoneForOutputLanes(), PolygonDynamics::getPolygonID(), GUITrafficLightLogicWrapper::getPopUpMenu(), NLTriggerBuilder::getPosition(), NLDetectorBuilder::getPositionChecking(), MSBaseVehicle::getPrefixedParameter(), MSCFModel_CC::getRadarMeasurements(), MSLaneChanger::getRealFollower(), MSLaneChanger::getRealLeader(), LIBSUMO_NAMESPACE::Vehicle::getRoadID(), MSLCHelper::getRoundaboutDistBonus(), LIBSUMO_NAMESPACE::Vehicle::getRouteID(), LIBSUMO_NAMESPACE::Calibrator::getRouteProbeID(), MSBaseVehicle::getRouteValidity(), GUIBaseVehicle::getScaleValue(), MSAbstractLaneChangeModel::getShadowLane(), MSBaseVehicle::getSingularType(), MSTransportable::getSingularType(), LIBSUMO_NAMESPACE::Person::getStage(), MSStageDriving::getStageSummary(), MSStageTranship::getStageSummary(), MSStageWaiting::getStageSummary(), MSStageWalking::getStageSummary(), MSDevice_Taxi::getStopLane(), MSNet::getStoppingPlaceID(), MSDevice::getStringParam(), MSLane::getSurroundingVehicles(), MSActuatedTrafficLightLogic::getTarget(), LIBSUMO_NAMESPACE::Vehicle::getTeleportingIDList(), MSDevice::getTimeParam(), MSRailSignal::getTLLinkID(), NIImporter_OpenDrive::getTLSSecure(), MSDevice_ElecHybrid::getTractionSubstationID(), PedestrianEdge< E, L, N, V >::getTravelTime(), MSVehicle::getUpcomingLanesUntil(), MSLane::getUpcomingLinks(), MSDevice_SSM::getUpstreamVehicles(), LIBSUMO_NAMESPACE::Person::getVehicle(), LIBSUMO_NAMESPACE::TrafficLight::getVehicleByTripId(), GUIPerson::getVehicleID(), MSPModel_Striping::getVehicleObstacles(), MSDevice_SSM::getVehiclesOnJunction(), MSRailSignalConstraint::getVehID(), MSStageDriving::getWaitingDescription(), MSEdge::getWaitingVehicle(), MSLink::getZipperSpeed(), GNEEdge::GNEEdge(), NBNode::guessCrossings(), RODFDetectorCon::guessEmptyFlows(), NBNodeCont::guessTLs(), GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow(), MSLane::handleCollisionBetween(), MSLane::handleIntermodalCollisionBetween(), MSRailSignal::hasInsertionConstraint(), MSRailSignal::hasOncomingRailTraffic(), MSBaseVehicle::hasValidRouteStart(), MSVehicle::hasValidRouteStart(), MSBaseVehicle::haveValidStopEdges(), LIBSUMO_NAMESPACE::POI::highlight(), LIBSUMO_NAMESPACE::Vehicle::highlight(), MSIdling_Stop::idle(), MSIdling_RandomCircling::idle(), MSIdling_TaxiStand::idle(), MSLink::ignoreFoe(), MSVehicle::ignoreFoe(), MSVehicle::ignoreRed(), MSVehicle::Influencer::implicitDeltaPosRemote(), NBNode::indirectLeftShape(), MSLCM_LC2013::inform(), MSLCM_SL2015::inform(), MSLCM_SL2015::informFollower(), MSLCM_LC2013::informFollower(), MSLCM_SL2015::informLeader(), MSLCM_LC2013::informLeader(), MSCalibrator::init(), NBEdge::init(), MSDelayBasedTrafficLightLogic::init(), MSDeterministicHiLevelTrafficLightLogic::init(), MSSOTLTrafficLightLogic::init(), MSSwarmTrafficLightLogic::init(), MSTrafficLightLogic::init(), MSActuatedTrafficLightLogic::init(), MSRailSignal::init(), NEMALogic::init(), MSActuatedTrafficLightLogic::initAttributeOverride(), MSE2Collector::initAuxiliaries(), initialise(), MSPModel_JuPedSim::initialize(), MSTrafficLightLogic::initMesoTLSPenalties(), NBOwnTLDef::initNeedsContRelation(), PolygonDynamics::initTrackedPosition(), NIImporter_SUMO::initTrafficLightLogic(), NIXMLTrafficLightsHandler::initTrafficLightLogic(), NBDistrictCont::insert(), NBNodeCont::insert(), NBTrafficLightLogicCont::insert(), NIImporter_OpenStreetMap::insertEdge(), MSCFModel_IDM::insertionFollowSpeed(), MSBaseVehicle::insertStop(), MSLane::insertVehicle(), MSEdge::insertVehicle(), MSPModel_Striping::insertWalkArePaths(), MSLane::integrateNewVehicles(), IntermodalNetwork< E, L, N, V >::IntermodalNetwork(), GNEJunction::invalidateTLS(), NBNode::invalidateTLS(), MSTLLogicControl::isActive(), MSPedestrianPushButton::isActiveForEdge(), MSPedestrianPushButton::isActiveOnAnySideOfTheRoad(), RODFNet::isAllowed(), RODFNet::isDestination(), RODFNet::isFalseSource(), MSLane::isInsertionSuccess(), MSBaseVehicle::isJumping(), MSVehicle::isLeader(), isOpen(), MSCFModel_CC::isPlatoonLaneChangeSafe(), RODFNet::isSource(), NIImporter_VISUM::isSplitEdge(), MSSOTLTrafficLightLogic::isThresholdPassed(), RORoute::isValid(), MSStageDriving::isWaitingFor(), jamThresholdForSpeed(), NBNodeCont::joinNodeCluster(), NBNodeCont::joinSameJunctions(), MSVehicle::joinTrainPartFront(), MSAbstractLaneChangeModel::laneChangeOutput(), MSVehicle::lateralDistanceToLane(), MSE3Collector::leave(), MSE3Collector::leaveFront(), MSVehicle::leaveLane(), MSDevice_BTreceiver::BTreceiverUpdate::leaveRange(), MSPedestrianPushButton::loadCrossingEdgeMap(), NIImporter_OpenDrive::loadNetwork(), MSPedestrianPushButton::loadPushButtons(), MSVehicle::loadState(), MSVehicleTransfer::loadState(), MSActuatedTrafficLightLogic::loadState(), ODDistrictCont::makeDistricts(), MSE2Collector::makeMoveNotification(), MSE2Collector::makeVehicleInfo(), NWWriter_OpenDrive::mapmatchRoadObjects(), MEVehicle::mayProceed(), MSSOTLE2Sensors::meanVehiclesSpeed(), METriggeredCalibrator::METriggeredCalibrator(), MSDevice_FCDReplay::move(), MSTransportableDevice_FCDReplay::move(), MSPModel_Striping::moveInDirection(), MSPModel_Striping::moveInDirectionOnLane(), MSPModel_Striping::PState::moveTo(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), MSDevice_ToC::MRMExecutionStep(), MSChargingStation::MSChargingStation(), MSDevice_Battery::MSDevice_Battery(), MSDevice_ElecHybrid::MSDevice_ElecHybrid(), MSDevice_StationFinder::MSDevice_StationFinder(), MSDevice_Taxi::MSDevice_Taxi(), MSDevice_ToC::MSDevice_ToC(), MSE2Collector::MSE2Collector(), MSLCM_LC2013::MSLCM_LC2013(), MSParkingArea::MSParkingArea(), MSSimpleDriverState::MSSimpleDriverState(), MSLCM_SL2015::mustOvertakeStopped(), NBLoadedTLDef::myCompute(), NIImporter_SUMO::myEndElement(), MSStateHandler::myStartElement(), MSCalibrator::myStartElement(), MSLaneSpeedTrigger::myStartElement(), MSTriggeredRerouter::myStartElement(), MSPModel_Striping::nextBlocking(), MSLane::AnyVehicleIterator::nextIsMyVehicles(), MSDevice_ElecHybrid::notifyEnter(), MSE2Collector::notifyEnter(), MSDevice_Bluelight::notifyEnter(), MSDevice_BTreceiver::notifyEnter(), MSDevice_BTsender::notifyEnter(), MSDevice_Example::notifyEnter(), MSDevice_GLOSA::notifyEnter(), MSDevice_SSM::notifyEnter(), MSDevice_Tripinfo::notifyEnter(), MSMeanData::MeanDataValues::notifyEnter(), MSMeanData::MeanDataValueTracker::notifyEnter(), MSMeanData_Net::MSLaneMeanDataValues::notifyEnter(), MSRailSignalConstraint_Predecessor::PassedTracker::notifyEnter(), MSCalibrator::VehicleRemover::notifyEnter(), MSE3Collector::MSE3EntryReminder::notifyEnter(), MSE3Collector::MSE3LeaveReminder::notifyEnter(), MSDevice_ElecHybrid::notifyLeave(), MSDevice_Bluelight::notifyLeave(), MSDevice_BTreceiver::notifyLeave(), MSDevice_BTsender::notifyLeave(), MSDevice_Example::notifyLeave(), MSDevice_SSM::notifyLeave(), MSDevice_Transportable::notifyLeave(), MSDevice_Tripinfo::notifyLeave(), MSE2Collector::notifyLeave(), MSE3Collector::MSE3EntryReminder::notifyLeave(), MSE3Collector::MSE3LeaveReminder::notifyLeave(), MSDevice_ElecHybrid::notifyMove(), MSDevice_Battery::notifyMove(), MSDevice_Bluelight::notifyMove(), MSDevice_BTreceiver::notifyMove(), MSDevice_BTsender::notifyMove(), MSDevice_Example::notifyMove(), MSDevice_GLOSA::notifyMove(), MSDevice_SSM::notifyMove(), MSDevice_StationFinder::notifyMove(), MSE2Collector::notifyMove(), MSInductLoop::notifyMove(), MSMeanData::MeanDataValues::notifyMove(), MSDevice_ToC::notifyMove(), MSE3Collector::MSE3LeaveReminder::notifyMove(), MSE3Collector::MSE3EntryReminder::notifyMove(), MSMeanData_Net::MSLaneMeanDataValues::notifyMoveInternal(), GNETLSEditorFrame::TLSDefinition::onCmdResetCurrentProgram(), MSVehicle::onRemovalFromNet(), MSLink::opened(), RORouteHandler::openRoute(), MSLane::incoming_lane_priority_sorter::operator()(), MSLane::outgoing_lane_priority_sorter::operator()(), MSEdge::transportable_by_position_sorter::operator()(), NBNetBuilder::by_id_sorter::operator()(), NBNode::nodes_by_id_sorter::operator()(), RODFNet::idComp::operator()(), MSLaneChangerSublane::outputLCStarted(), NIImporter_VISUM::parse_Connectors_legacy(), NIImporter_VISUM::parse_EdgePolys(), NIImporter_VISUM::parse_Lanes(), NIImporter_VISUM::parse_stopPoints(), NIImporter_VISUM::parse_Turns(), NLTriggerBuilder::parseAndBuildCalibrator(), NLTriggerBuilder::parseAndBuildOverheadWireSection(), MSRouteHandler::parseWalkPositions(), NBLoadedSUMOTLDef::patchIfCrossingsAdded(), MSLCM_LC2013::patchSpeed(), MSLCM_SL2015::patchSpeed(), MSRoutingEngine::patchSpeedForTurns(), NBLoadedTLDef::SignalGroup::patchTYellow(), MSCFModel_CC::performAutoLaneChange(), MSVehicle::planMove(), MSVehicle::planMoveInternal(), MSLane::planMovements(), PolygonDynamics::PolygonDynamics(), MSInternalJunction::postloadInit(), MSRightOfWayJunction::postloadInit(), MSVehicle::Influencer::postProcessRemoteControl(), MSLCM_SL2015::prepareStep(), MSDevice_Taxi::prepareStop(), MSLCM_SL2015::preventSliding(), MSAbstractLaneChangeModel::primaryLaneChanged(), AGStreet::print(), MSStageDriving::proceed(), MSDevice_SSM::processEncounters(), MSVehicle::processLaneAdvances(), MSVehicle::processLinkApproaches(), MSVehicle::processNextStop(), NIXMLNodesHandler::processNodeType(), TraCIServerAPI_Vehicle::processSet(), MSVehicle::processTraCISpeedControl(), NIXMLNodesHandler::processTrafficLightDefinitions(), MSDelayBasedTrafficLightLogic::proposeProlongation(), NBNodeCont::pruneClusterFringe(), NBNodeCont::pruneSlipLaneNodes(), MSPModel_Striping::PState::PState(), NBTrafficLightDefinition::railSignalUncontrolled(), MSDevice_Battery::readParameterValue(), MSOffTrafficLightLogic::rebuildPhase(), NBEdge::recheckLanes(), NBEdgeCont::recheckPostProcessConnections(), NIImporter_OpenStreetMap::reconstructLayerElevation(), NBLoadedSUMOTLDef::reconstructLogic(), NBEdge::reduceGeometry(), MSNet::registerCollision(), MSRailSignalControl::registerProtectedDriveway(), MSLink::removeApproaching(), LIBSUMO_NAMESPACE::TrafficLight::removeConstraints(), MSVehicle::removePassedDriveItems(), MSCalibrator::removePending(), MSDispatch::removeReservation(), GNEJunction::removeTLSConnections(), NBNodeCont::rename(), NBTrafficLightLogicCont::rename(), RORouteDef::repairCurrentRoute(), GNEJunction::replaceIncomingConnections(), MSBaseVehicle::replaceParkingArea(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::replaceRouteEdges(), MSBaseVehicle::replaceStop(), MSTransportable::replaceVehicleType(), NIImporter_DlrNavteq::TrafficlightsHandler::report(), NLEdgeControlBuilder::reportCurrentEdgeOrLane(), MSDevice_SSM::requestsTrajectories(), MSDevice_ToC::requestToC(), MSPerson::reroute(), MSBaseVehicle::reroute(), MSRailSignal::LinkInfo::reroute(), GUIVehicle::rerouteDRTStop(), MSTriggeredRerouter::rerouteParkingArea(), MSVehicle::rerouteParkingArea(), MSTransportable::rerouteParkingArea(), MSDevice_StationFinder::rerouteToChargingStation(), MSDevice_ToC::resetDeliberateLCs(), MSLane::resetManeuverReservation(), MSLane::resetPartialOccupation(), MSDevice_Bluelight::resetVehicle(), MSLaneChanger::resolveDeadlock(), LIBSUMO_NAMESPACE::Vehicle::resume(), MEVehicle::resumeFromStopping(), MSVehicle::resumeFromStopping(), MSRailSignal::retrieveDriveWay(), NIImporter_OpenDrive::retrieveSignalEdges(), RODFNet::revalidateFlows(), NBRailwayTopologyAnalyzer::reverseEdges(), MSStageDriving::routeOutput(), MSStageTranship::routeOutput(), MSStageTrip::routeOutput(), MSStageWaiting::routeOutput(), MSStageWalking::routeOutput(), MSLane::safeInsertionSpeed(), RONet::saveAndRemoveRoutesUntil(), ROPerson::Ride::saveAsXML(), ROVehicle::saveAsXML(), MSLCM_LC2013::saveBlockerLength(), MSLane::saveState(), MSTransportable::saveState(), saveState(), MSDevice::saveState(), MSDevice_Battery::saveState(), MSDevice_Routing::saveState(), MSDevice_Transportable::saveState(), MSDevice_Tripinfo::saveState(), MSDevice_Vehroutes::saveState(), MSTransportableDevice_Routing::saveState(), MSSimpleTrafficLightLogic::saveState(), MSStageDriving::saveState(), MSCalibrator::scheduleRemoval(), GUIVehicle::selectBlockingFoes(), MSE2Collector::selectLanes(), MSVehicle::setAngle(), MSLink::setApproaching(), MSVehicle::setApproachingForAllLinks(), MSStageTrip::setArrived(), NBNodeCont::setAsTLControlled(), MSSimpleDriverState::setAwareness(), MSLane::setBidiLane(), MSEdge::setBidiLanes(), NLEdgeControlBuilder::setDefaultStopOffset(), MSBaseVehicle::setDepartAndArrivalEdge(), MSCalibrator::setFlow(), NBEdge::setGeometry(), MSBaseVehicle::setJunctionModelParameter(), MSTransportable::setJunctionModelParameter(), MSAbstractLaneChangeModel::setManeuverDist(), MSLane::setManeuverReservation(), MSDevice_Battery::setMaximumBatteryCapacity(), NBEdge::setNodeBorder(), MSLane::setOpposite(), MSLCM_SL2015::setOwnState(), MSDevice_ToC::setParameter(), MSActuatedTrafficLightLogic::setParameter(), MSSimpleTrafficLightLogic::setParameter(), NEMALogic::setParameter(), MSCFModel_CACC::setParameter(), MSCFModel_CC::setParameter(), MSLane::setPartialOccupation(), NBEdgePriorityComputer::setPriorityJunctionPriorities(), libsumo::Helper::setRemoteControlled(), MSLink::setRequestInformation(), LIBSUMO_NAMESPACE::Vehicle::setRoute(), LIBSUMO_NAMESPACE::Vehicle::setRouteID(), MSDevice_Battery::setStoppingThreshold(), NBLoadedSUMOTLDef::setTLControllingInformation(), NBLoadedTLDef::setTLControllingInformation(), NBOwnTLDef::setTLControllingInformation(), NBTrafficLightLogicCont::setTLControllingInformation(), MSStageDriving::setVehicle(), MSOverheadWire::setVoltage(), NBEdge::shiftPositionAtNode(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSVehicle::slowDownForSchedule(), MSLane::sortManeuverReservations(), IntermodalNetwork< E, L, N, V >::splitEdge(), MSDispatch_TraCI::splitReservation(), MSLaneChangerSublane::startChangeSublane(), MSStopOut::stopEnded(), MSCFModel_EIDM::stopSpeed(), MSStopOut::stopStarted(), MSLane::succLinkSec(), LIBSUMO_NAMESPACE::TrafficLight::swapConstraints(), MSDevice_ToC::switchHolderType(), GNETLSEditorFrame::TLSDefinition::switchProgram(), GUITrafficLightLogicWrapper::switchTLSLogic(), MSDevice_StationFinder::teleportToChargingStation(), MELoop::teleportVehicle(), MSDevice_ToC::ToCPreparationStep(), libsumo::Helper::TransportableStateListener::transportableStateChanged(), TraCIServer::transportableStateChanged(), MSDevice_ToC::triggerDownwardToC(), MSDevice_ToC::triggerMRM(), MSTriggeredRerouter::triggerRouting(), MSDevice_ToC::triggerUpwardToC(), MSTransportable::tripInfoOutput(), MSPerson::MSPersonStage_Access::tripInfoOutput(), METriggeredCalibrator::tryEmit(), MSPModel_JuPedSim::tryPedestrianInsertion(), MSSOTLTrafficLightLogic::trySwitch(), MSActuatedTrafficLightLogic::trySwitch(), NEMALogic::trySwitch(), MSDevice_SSM::update(), MSSimpleDriverState::update(), PolygonDynamics::update(), MSDevice_SSM::updateAndWriteOutput(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSLCM_SL2015::updateCFRelated(), LIBSUMO_NAMESPACE::TrafficLight::updateConstraints(), MSSOTLTrafficLightLogic::updateCTS(), NLEdgeControlBuilder::updateCurrentLaneStopOffset(), MSVehicle::updateDriveItems(), MSRailSignal::updateDriveway(), MSDevice_SSM::updateEncounter(), MSLCM_SL2015::updateExpectedSublaneSpeeds(), MSVehicle::updateFurtherLanes(), MSLCM_SL2015::updateGaps(), GNENetHelper::AttributeCarriers::updateJunctionID(), MSDevice_Taxi::updateMove(), MSSwarmTrafficLightLogic::updatePheromoneLevels(), MSVehicle::Influencer::updateRemoteControlRoute(), MSDispatch::updateReservationFromPos(), MSSwarmTrafficLightLogic::updateSensitivities(), MSAbstractLaneChangeModel::updateShadowLane(), MSVehicle::updateState(), MSAbstractLaneChangeModel::updateTargetLane(), MSDevice_BTreceiver::BTreceiverUpdate::updateVisibility(), MSDevice_SSM::useGeoCoords(), NEMALogic::validate_timing(), NBNodeTypeComputer::validateRailCrossings(), libsumo::Helper::VehicleStateListener::vehicleStateChanged(), TraCIServer::vehicleStateChanged(), MSDynamicShapeUpdater::vehicleStateChanged(), MSLCM_LC2013::wantsChange(), MSLCM_SL2015::wantsChange(), MSLCM_SL2015::wantsChangeSublane(), MSInstantInductLoop::write(), NBParking::write(), MSElecHybridExport::write(), MSFCDExport::write(), MSBatteryExport::write(), MSEmissionExport::write(), MSRailSignalConstraint_Predecessor::write(), MSElecHybridExport::writeAggregated(), MSLink::writeApproaching(), MSRailSignal::writeBlocks(), NWWriter_DlrNavteq::writeConnectedLanes(), NWWriter_SUMO::writeDistrict(), MSMeanData::writeEdge(), NWWriter_SUMO::writeEdge(), MSFullExport::writeEdge(), MSXMLRawOut::writeEdge(), MSRoute::writeEdgeIDs(), NWWriter_XML::writeEdgesAndConnections(), RODFDetector::writeEmitterDefinition(), RODFDetectorCon::writeEmitterPOIs(), RODFDetectorCon::writeEmitters(), RODFDetectorCon::writeEndRerouterDetectors(), NWWriter_OpenDrive::writeInternalEdge(), ROMAAssignments::writeInterval(), NWWriter_SUMO::writeJunction(), MSFullExport::writeLane(), MSQueueExport::writeLane(), MSXMLRawOut::writeLane(), MSDevice_SSM::writeLanesPositions(), NWWriter_DlrNavteq::writeLinksUnsplitted(), NWWriter_OpenDrive::writeNetwork(), NWWriter_XML::writeNodes(), NWWriter_DlrNavteq::writeNodesUnsplitted(), MSTractionSubstation::writeOut(), MSDevice_ToC::writeOutput(), MSNet::writeOutput(), MSDevice_Vehroutes::writeOutput(), MSOverheadWire::writeOverheadWireSegmentOutput(), MSDevice_SSM::writePositions(), NWWriter_OpenDrive::writeRoadObjectPOI(), NWWriter_OpenDrive::writeRoadObjectPoly(), NWWriter_SUMO::writeRoundabout(), NWWriter_OpenDrive::writeSignals(), RODFDetectorCon::writeSpeedTrigger(), NWWriter_SUMO::writeTrafficLight(), NWWriter_DlrNavteq::writeTrafficSignals(), MSFCDExport::writeTransportable(), MSXMLRawOut::writeTransportable(), RODFDetectorCon::writeValidationDetectors(), MSXMLRawOut::writeVehicle(), MSAmitranTrajectories::writeVehicle(), MSFullExport::writeVehicles(), SUMOPolygon::writeXML(), PointOfInterest::writeXML(), MSE2Collector::writeXMLOutput(), MSInductLoop::writeXMLOutput(), MSCalibrator::writeXMLOutput(), MSRouteProbe::writeXMLOutput(), MSLaneChanger::yieldToDeadlockOncoming(), MSLaneChanger::yieldToOppositeWaiting(), MSCalibrator::~MSCalibrator(), MSDevice_Transportable::~MSDevice_Transportable(), MSLaneSpeedTrigger::~MSLaneSpeedTrigger(), MSTriggeredRerouter::~MSTriggeredRerouter(), and RONet::~RONet().

◆ getIDSecure()

template<class T >
static std::string Named::getIDSecure ( const T *  obj,
const std::string &  fallBack = "NULL" 
)
inlinestaticinherited

get an identifier for Named-like object which may be Null

Definition at line 67 of file Named.h.

Referenced by MSLCM_LC2013::_wantsChange(), MSLCM_SL2015::_wantsChangeSublane(), MSLaneChanger::avoidDeadlock(), MSLaneChanger::changeOpposite(), MSLaneChanger::checkChangeOpposite(), MSRailSignal::DriveWay::checkFlanks(), MSVehicle::checkReversal(), MSVehicle::checkRewindLinkLanes(), AStarRouter< E, V >::compute(), DijkstraRouter< E, V >::compute(), NBOwnTLDef::computeLogicAndConts(), MSRailSignal::DriveWay::conflictLaneOccupied(), NBPTLineCont::constructRoute(), MSLaneChanger::continueChange(), MSLane::detectCollisions(), MSVehicle::enterLaneAtLaneChange(), MSVehicle::executeMove(), NBRailwayTopologyAnalyzer::extendDirectionPriority(), MSRailSignal::DriveWay::findProtection(), NBPTLineCont::findWay(), MSCFModel_CACC::followSpeed(), MSCFModel_W99::followSpeed(), MSStopOut::generateOutputForUnfinished(), MSVehicle::getBackPositionOnLane(), NBOwnTLDef::getBestCombination(), NBOwnTLDef::getBestPair(), MSVehicle::getCenterOnEdge(), MSLaneChanger::getColumnleader(), NBEdge::Connection::getDescription(), MSLane::getFollowersOnConsecutive(), GUIVehicle::getLaneID(), LIBSUMO_NAMESPACE::Person::getLaneID(), MSVehicle::getLatOffset(), MSLane::getLeaderOnConsecutive(), MSLaneChanger::getOncomingOppositeVehicle(), MSLaneChanger::getRealLeader(), GUIVehicle::getShadowLaneID(), GUIVehicle::getTargetLaneID(), MSDevice_SSM::getVehiclesOnJunction(), NBEdgeCont::guessRoundabouts(), MSCFModel_IDM::insertionFollowSpeed(), MSLane::isInsertionSuccess(), isOpen(), joinNamedToString(), joinNamedToStringSorting(), MSPModel_Striping::PState::moveToNextLane(), LIBSUMO_NAMESPACE::Person::moveToXY(), LIBSUMO_NAMESPACE::Vehicle::moveToXY(), MSPModel_Striping::PState::moveToXY(), libsumo::Helper::moveToXYMap(), libsumo::Helper::moveToXYMap_matchingRoutePosition(), MSDevice_Bluelight::notifyEnter(), MSDevice_Bluelight::notifyLeave(), MSVehicle::Influencer::postProcessRemoteControl(), MSVehicle::processNextStop(), MSBaseVehicle::replaceRoute(), MSBaseVehicle::reroute(), MSTriggeredRerouter::rerouteParkingArea(), MSRailSignal::DriveWay::reserve(), MSLaneChanger::resolveDeadlock(), MSLCM_LC2013::slowDownForBlocked(), MSLCM_SL2015::slowDownForBlocked(), MSLaneChangerSublane::startChangeSublane(), MSLeaderInfo::toString(), MSLeaderDistanceInfo::toString(), MSCriticalFollowerDistanceInfo::toString(), toString(), MSTriggeredRerouter::triggerRouting(), MSVehicle::updateBestLanes(), MSLCHelper::updateBlockerLength(), MSAbstractLaneChangeModel::updateShadowLane(), MSPModel_Striping::PState::walk(), and MSLaneChanger::yieldToDeadlockOncoming().

◆ getIndex()

int MESegment::getIndex ( ) const
inline

Returns the running index of the segment in the edge (0 is the most upstream).

Returns
the running index of the segment in the edge

Definition at line 226 of file MESegment.h.

References myIndex.

Referenced by MELoop::changeSegment(), GUIEdge::getParameterWindow(), GUIEdge::getPopUpMenu(), MEVehicle::getPositionOnLane(), MEVehicle::getRightSideOnEdge(), GUIMEVehicle::getSegmentIndex(), MEVehicle::loadState(), MEVehicle::saveState(), MELoop::teleportVehicle(), MEVehicle::updateDetectorForWriting(), and MEVehicle::updateDetectors().

Here is the caller graph for this function:

◆ getLastHeadwaySeconds()

double MESegment::getLastHeadwaySeconds ( ) const
inline

get the last headway time in seconds

Definition at line 381 of file MESegment.h.

References myLastHeadway, and STEPS2TIME.

Referenced by GUIEdge::getParameterWindow().

Here is the caller graph for this function:

◆ getLength()

double MESegment::getLength ( ) const
inline

Returns the length of the segment in meters.

Returns
the length of the segment

Definition at line 242 of file MESegment.h.

References myLength.

Referenced by MEVehicle::getAverageSpeed(), MEVehicle::getBrakeGap(), GUIMEVehicle::getCenteringBoundary(), MEVehicle::getConservativeSpeed(), GUIEdge::getParameterWindow(), MEVehicle::getPositionOnLane(), MELoop::getSegmentForEdge(), MSIdling_Stop::idle(), MEVehicle::updateDetectorForWriting(), and MEVehicle::updateDetectors().

Here is the caller graph for this function:

◆ getLink()

MSLink * MESegment::getLink ( const MEVehicle veh,
bool  tlsPenalty = false 
) const

Returns the link the given car will use when passing the next junction.

This returns non-zero values only for the last segment and only if junction control is enabled.

Parameters
[in]vehThe vehicle in question
[in]tlsPenaltyWhether the link should be returned for computing tlsPenalty
Returns
The link to use or 0 without junction control

Definition at line 438 of file MESegment.cpp.

References MSEdge::getLanes(), MSLane::getLinkCont(), MEVehicle::getQueIndex(), myEdge, myJunctionControl, PARKING_QUEUE, and MSBaseVehicle::succEdge().

Referenced by MELoop::checkCar(), getLinkPenalty(), isOpen(), loadState(), receive(), MEVehicle::replaceRoute(), send(), and setSpeedForQueue().

Here is the caller graph for this function:

◆ getLinkPenalty()

SUMOTime MESegment::getLinkPenalty ( const MEVehicle veh) const

Returns the penalty time for passing a link (if using gMesoTLSPenalty > 0 or gMesoMinorPenalty > 0)

Parameters
[in]vehThe vehicle in question
Returns
The time penalty

Definition at line 838 of file MESegment.cpp.

References getLink(), MSLink::getMesoTLSPenalty(), MSGlobals::gMesoLimitedJunctionControl, MSLink::havePriority(), MSLink::isTLSControlled(), limitedControlOverride(), myCheckMinorPenalty, myMinorPenalty, and myTLSPenalty.

Referenced by MEVehicle::getCurrentLinkPenaltySeconds(), and receive().

Here is the caller graph for this function:

◆ getMeanSpeed() [1/2]

double MESegment::getMeanSpeed ( ) const
inline

wrapper to satisfy the FunctionBinding signature

Definition at line 294 of file MESegment.h.

Referenced by getFlow(), GUIEdge::getParameterWindow(), and hasSpaceFor().

Here is the caller graph for this function:

◆ getMeanSpeed() [2/2]

double MESegment::getMeanSpeed ( bool  useCache) const

Returns the average speed of vehicles on the segment in meters per second. If there is no vehicle on the segment it returns the maximum allowed speed.

Parameters
[in]useCachewhether to use a cached value if available
Note
this value is cached in myMeanSpeed. Since caching only takes place once every simstep there is a potential for side-influences (i.e. GUI calls to this method, ...) For that reason the simulation logic doesn't use the cache. This shouldn't matter much for speed since it is only used during initializsation of vehicles onto the segment.
Returns
the average speed on the segment

Definition at line 372 of file MESegment.cpp.

References MSNet::getCurrentTimeStep(), MSNet::getInstance(), MSEdge::getSpeedLimit(), myEdge, myJamThreshold, myLastMeanSpeedUpdate, myMeanSpeed, myQueues, myTau_ff, myTau_jf, and tauWithVehLength().

Referenced by METriggeredCalibrator::invalidJam().

Here is the caller graph for this function:

◆ getMinimumHeadwayTime()

SUMOTime MESegment::getMinimumHeadwayTime ( ) const
inline

return the minimum headway-time with which vehicles may enter or leave this segment

Definition at line 465 of file MESegment.h.

References myTau_ff.

Referenced by METriggeredCalibrator::maximumInflow().

Here is the caller graph for this function:

◆ getNextInsertionTime()

SUMOTime MESegment::getNextInsertionTime ( SUMOTime  earliestEntry) const

return a time after earliestEntry at which a vehicle may be inserted at full speed

Definition at line 421 of file MESegment.cpp.

References MSEdge::getSpeedLimit(), MAX2(), MAX3(), myEdge, myLength, myQueues, and TIME2STEPS.

Referenced by METriggeredCalibrator::execute().

Here is the caller graph for this function:

◆ getNextSegment()

MESegment* MESegment::getNextSegment ( ) const
inline

Returns the following segment on the same edge (0 if it is the last).

Returns
the following segment on the same edge (0 if it is the last)

Definition at line 234 of file MESegment.h.

References myNextSegment.

Referenced by MELoop::changeSegment(), MELoop::getSegmentForEdge(), MSIdling_Stop::idle(), MSMeanData::init(), MSEdge::insertVehicle(), MEVehicle::loadState(), MSRouteProbe::MSRouteProbe(), MSStateHandler::myStartElement(), MELoop::nextSegment(), MSMeanData::resetOnly(), MSLane::setMaxSpeed(), MELoop::teleportVehicle(), MELoop::updateSegmentsForEdge(), MSMeanData::writeAggregated(), MSMeanData::writeEdge(), MSXMLRawOut::writeEdge(), and MELoop::~MELoop().

Here is the caller graph for this function:

◆ getQueue()

const std::vector<MEVehicle*>& MESegment::getQueue ( int  index) const
inline

Returns the cars in the queue with the given index for visualization.

Returns
the Queue (XXX not thread-safe!)

Definition at line 217 of file MESegment.h.

References myQueues.

Referenced by GUIMEVehicle::getCenteringBoundary().

Here is the caller graph for this function:

◆ getRelativeJamThreshold()

double MESegment::getRelativeJamThreshold ( ) const
inline

Returns the relative occupany of the segment (percentage of road used)) at which the segment is considered jammed.

Returns
the jam threshold of the segment in percent

Definition at line 277 of file MESegment.h.

References myCapacity, and myJamThreshold.

Referenced by GUIEdge::getParameterWindow().

Here is the caller graph for this function:

◆ getRelativeOccupancy()

double MESegment::getRelativeOccupancy ( ) const
inline

Returns the relative occupany of the segment (percentage of road used))

Returns
the occupany of the segment in percent

Definition at line 269 of file MESegment.h.

References getBruttoOccupancy(), and myCapacity.

Referenced by GUIEdge::getParameterWindow().

Here is the caller graph for this function:

◆ getTauJJ()

SUMOTime MESegment::getTauJJ ( double  nextQueueSize,
double  nextQueueCapacity,
double  nextJamThreshold 
) const
private

Definition at line 555 of file MESegment.cpp.

References DEFAULT_VEH_LENGTH_WITH_GAP, MAX2(), myTau_jf, myTau_jj, STEPS2TIME, tauWithVehLength(), and TIME2STEPS.

Referenced by send().

Here is the caller graph for this function:

◆ getVehicles()

std::vector< const MEVehicle * > MESegment::getVehicles ( ) const

returns all vehicles (for debugging)

Definition at line 811 of file MESegment.cpp.

References myQueues.

Referenced by prepareDetectorForWriting().

Here is the caller graph for this function:

◆ getWaitingSeconds()

double MESegment::getWaitingSeconds ( ) const

Get the waiting time for vehicles in all queues.

Definition at line 861 of file MESegment.cpp.

References myQueues.

◆ hasBlockedLeader()

bool MESegment::hasBlockedLeader ( ) const
private

whether a leader in any queue is blocked

Definition at line 821 of file MESegment.cpp.

References myQueues.

Referenced by hasSpaceFor().

Here is the caller graph for this function:

◆ hasSpaceFor()

SUMOTime MESegment::hasSpaceFor ( const MEVehicle *const  veh,
const SUMOTime  entryTime,
int &  qIdx,
const bool  init = false 
) const

Returns whether the given vehicle would still fit into the segment.

Parameters
[in]vehThe vehicle to check space for
[in]entryTimeThe time at which the vehicle wants to enter
[out]qIdxThe index of the queue the vehicle should choose
[in]initwhether the check is done at insertion time
Returns
the earliest time a vehicle may be added to this segment

Definition at line 302 of file MESegment.cpp.

References MESegment::Queue::allows(), MESegment::Queue::getEntryBlockTime(), MSVehicleType::getLengthWithGap(), getMeanSpeed(), MESegment::Queue::getOccupancy(), MSBaseVehicle::getVClass(), MSBaseVehicle::getVehicleType(), hasBlockedLeader(), jamThresholdForSpeed(), MIN2(), myFollowerMap, myJamThreshold, myNextSegment, myNumVehicles, myQueueCapacity, myQueues, myTLSPenalty, MESegment::Queue::size(), MSBaseVehicle::succEdge(), and SUMOTime_MAX.

Referenced by MELoop::changeSegment(), initialise(), and MSEdge::insertVehicle().

Here is the caller graph for this function:

◆ initialise()

bool MESegment::initialise ( MEVehicle veh,
SUMOTime  time 
)

Inserts (emits) vehicle into the segment.

Parameters
[in]vehThe vehicle to emit
[in]timeThe emission time
Returns
Whether the emission was successful

Definition at line 356 of file MESegment.cpp.

References MSGlobals::gCheckRoutes, Named::getID(), hasSpaceFor(), MSBaseVehicle::hasValidRoute(), and receive().

Referenced by MSEdge::insertVehicle(), and METriggeredCalibrator::tryEmit().

Here is the caller graph for this function:

◆ initSegment()

◆ isInvalid()

static bool MESegment::isInvalid ( const MESegment segment)
inlinestatic

whether the given segment is 0 or encodes vaporization

Definition at line 443 of file MESegment.h.

References myVaporizationTarget.

Referenced by MELoop::changeSegment(), MEVehicle::saveState(), and send().

Here is the caller graph for this function:

◆ isOpen()

bool MESegment::isOpen ( const MEVehicle veh) const

Returns whether the vehicle may use the next link.

In case of disabled junction control it returns always true.

Parameters
[in]vehThe vehicle in question
Returns
Whether it may pass to the next segment

Definition at line 467 of file MESegment.cpp.

References DEBUG_COND, DEBUG_COND2, MEVehicle::estimateLeaveSpeed(), gDebugFlag1, MSVehicleType::getCarFollowModel(), MEVehicle::getEventTime(), Named::getID(), Named::getIDSecure(), MSBaseVehicle::getImpatience(), MSVehicleType::getLengthWithGap(), getLink(), MSCFModel::getMaxDecel(), MEVehicle::getSpeed(), MSBaseVehicle::getVehicleType(), MEVehicle::getWaitingTime(), MSLink::havePriority(), limitedControlOverride(), myTLSPenalty, MSLink::opened(), and SIMTIME.

Referenced by MEVehicle::mayProceed().

Here is the caller graph for this function:

◆ jamThresholdForSpeed()

double MESegment::jamThresholdForSpeed ( double  speed,
double  jamThresh 
) const
private

compute jam threshold for the given speed and jam-threshold option

Definition at line 231 of file MESegment.cpp.

References DEBUG_COND, DEFAULT_VEH_LENGTH_WITH_GAP, Named::getID(), myLength, myTau_ff, STEPS2TIME, and tauWithVehLength().

Referenced by hasSpaceFor(), and recomputeJamThreshold().

Here is the caller graph for this function:

◆ limitedControlOverride()

bool MESegment::limitedControlOverride ( const MSLink link) const
private

whether the given link may be passed because the option meso-junction-control.limited is set

Definition at line 507 of file MESegment.cpp.

References getBruttoOccupancy(), MSLane::getEdge(), MSLink::getLane(), MELoop::getSegmentForEdge(), MSGlobals::gMesoLimitedJunctionControl, MSGlobals::gMesoNet, MSEdge::isRoundabout(), and myJamThreshold.

Referenced by getLinkPenalty(), and isOpen().

Here is the caller graph for this function:

◆ loadState()

void MESegment::loadState ( const std::vector< std::string > &  vehIDs,
MSVehicleControl vc,
const SUMOTime  blockTime,
const int  queIdx 
)

Loads the state of this segment with the given parameters.

This method is called for every internal que the segment has. Every vehicle is retrieved from the given MSVehicleControl and added to this segment. Then, the internal queues that store vehicles dependant to their next edge are filled the same way. Then, the departure of last vehicles onto the next edge are restored.

Parameters
[in]vehIDsThe vehicle ids for the current que
[in]vcThe vehicle control to retrieve references vehicles from
[in]blockTimeThe time the last vehicle left the que
[in]queIdxThe index of the current que
Todo:

What about throwing an IOError?

What about throwing an error if something else fails (a vehicle can not be referenced)?

Definition at line 787 of file MESegment.cpp.

References MELoop::addLeaderCar(), MSVehicleType::getLengthWithGap(), getLink(), MESegment::Queue::getModifiableVehicles(), MESegment::Queue::getOccupancy(), MEVehicle::getSegment(), MSVehicleControl::getVehicle(), MESegment::Queue::getVehicles(), MSBaseVehicle::getVehicleType(), MSGlobals::gMesoNet, MIN2(), myNumVehicles, myQueueCapacity, myQueues, MESegment::Queue::setBlockTime(), MESegment::Queue::setOccupancy(), and MESegment::Queue::size().

Referenced by MSStateHandler::myStartElement().

Here is the caller graph for this function:

◆ newArrival()

SUMOTime MESegment::newArrival ( const MEVehicle *const  v,
double  newSpeed,
SUMOTime  currentTime 
)
private

compute the new arrival time when switching speed

Definition at line 718 of file MESegment.cpp.

References MEVehicle::getLastEntryTime(), MEVehicle::getSpeed(), MAX2(), MESO_MIN_SPEED, MIN2(), myLength, STEPS2TIME, and TIME2STEPS.

Referenced by setSpeedForQueue().

Here is the caller graph for this function:

◆ numQueues()

int MESegment::numQueues ( ) const
inline

return the number of queues

Definition at line 211 of file MESegment.h.

References myQueues.

Referenced by GUIEdge::getParameterWindow().

Here is the caller graph for this function:

◆ operator=()

MESegment& MESegment::operator= ( const MESegment )
private

Invalidated assignment operator.

◆ overtake()

bool MESegment::overtake ( )
private

Definition at line 584 of file MESegment.cpp.

References getBruttoOccupancy(), myCapacity, myOvertaking, and RandHelper::rand().

Referenced by receive().

Here is the caller graph for this function:

◆ prepareDetectorForWriting()

void MESegment::prepareDetectorForWriting ( MSMoveReminder data,
int  queueIndex = -1 
)

Removes a data collector for a detector from this segment.

Parameters
[in]dataThe data collector to remove
Note
: currently not used

Updates data of a detector for one or all vehicle queues

Parameters
[in]dataThe detector data to update
[in]queueIndexThe queue (aka lane) to use, -1 means all

Definition at line 279 of file MESegment.cpp.

References MSNet::getCurrentTimeStep(), MSNet::getInstance(), getVehicles(), MAX2(), myQueues, myTau_ff, and tauWithVehLength().

Referenced by METriggeredCalibrator::execute(), MSMeanData::init(), MSMeanData::resetOnly(), MSMeanData::writeAggregated(), MSMeanData::writeEdge(), and MEInductLoop::writeXMLOutput().

Here is the caller graph for this function:

◆ receive()

void MESegment::receive ( MEVehicle veh,
const int  qIdx,
SUMOTime  time,
const bool  isDepart = false,
const bool  isTeleport = false,
const bool  newEdge = false 
)

Adds the vehicle to the segment, adapting its parameters.

Parameters
[in]vehThe vehicle in question
[in]timethe leave time
[in]isDepartwhether the vehicle just departed
Todo:
Isn't always time == veh->getEventTime?

Definition at line 598 of file MESegment.cpp.

References MSBaseVehicle::activateReminders(), MELoop::addLeaderCar(), addReminders(), MSEdge::addWaiting(), MEVehicle::checkStop(), MESegment::Queue::getBlockTime(), MSVehicleType::getCarFollowModel(), getEdge(), MSBaseVehicle::getEdge(), MEVehicle::getEventTime(), MSCFModel::getHeadwayTime(), MSNet::getInstance(), MSEdge::getLanes(), MSVehicleType::getLengthWithGap(), getLink(), getLinkPenalty(), MESegment::Queue::getModifiableVehicles(), MESegment::Queue::getOccupancy(), MEVehicle::getSpeed(), MSNet::getVehicleControl(), MSBaseVehicle::getVehicleType(), MSGlobals::gMesoNet, MEVehicle::hasArrived(), MSBaseVehicle::isParking(), MSBaseVehicle::isStopped(), MSEdge::isVaporizing(), MSEdge::lock(), MAX2(), MESO_MIN_SPEED, MIN2(), MEVehicle::moveRoutePointer(), myEdge, myLength, myNumVehicles, myQueueCapacity, myQueues, myTau_ff, MSMoveReminder::NOTIFICATION_ARRIVED, MSMoveReminder::NOTIFICATION_DEPARTED, MSMoveReminder::NOTIFICATION_JUNCTION, MSMoveReminder::NOTIFICATION_SEGMENT, MSMoveReminder::NOTIFICATION_VAPORIZED_VAPORIZER, MSBaseVehicle::onDepart(), overtake(), PARKING_QUEUE, MELoop::removeLeaderCar(), MSVehicleControl::scheduleVehicleRemoval(), MEVehicle::setBlockTime(), MESegment::Queue::setEntryBlockTime(), MEVehicle::setEventTime(), MEVehicle::setLastEntryTime(), MESegment::Queue::setOccupancy(), MEVehicle::setSegment(), SUMOTime_MAX, tauWithVehLength(), TIME2STEPS, MSEdge::unlock(), and MEVehicle::updateDetectors().

Referenced by MELoop::changeSegment(), and initialise().

Here is the caller graph for this function:

◆ recomputeJamThreshold()

void MESegment::recomputeJamThreshold ( double  jamThresh)
private

compute a value for myJamThreshold if jamThresh is negative, compute a value which allows free flow at mySpeed interpret jamThresh as the relative occupation at which jam starts

Definition at line 216 of file MESegment.cpp.

References DO_NOT_PATCH_JAM_THRESHOLD, MSEdge::getSpeedLimit(), jamThresholdForSpeed(), myCapacity, myEdge, and myJamThreshold.

Referenced by initSegment(), and setSpeed().

Here is the caller graph for this function:

◆ remainingVehicleCapacity()

int MESegment::remainingVehicleCapacity ( const double  vehLength) const
inline

return the remaining physical space on this segment

Definition at line 451 of file MESegment.h.

References myQueueCapacity, and myQueues.

Referenced by METriggeredCalibrator::remainingVehicleCapacity().

Here is the caller graph for this function:

◆ removeCar()

MEVehicle * MESegment::removeCar ( MEVehicle v,
SUMOTime  leaveTime,
const MSMoveReminder::Notification  reason 
)

Removes the given car from the edge's que.

Parameters
[in]vThe vehicle to remove
[in]leaveTimeThe time at which the vehicle is leaving the que
[in]reasonThe reason for removing to send to reminders
Returns
The next first vehicle to add to the net's que

Definition at line 408 of file MESegment.cpp.

References MEVehicle::getQueIndex(), MSEdge::lock(), myEdge, myNumVehicles, myQueues, MESegment::Queue::remove(), MSEdge::unlock(), and MEVehicle::updateDetectors().

Referenced by send().

Here is the caller graph for this function:

◆ saveState()

void MESegment::saveState ( OutputDevice out) const

Saves the state of this segment into the given stream.

Some internal values which must be restored are saved as well as ids of the vehicles stored in internal queues and the last departures of connected edges.

Parameters
[in,filled]out The (possibly binary) device to write the state into
Todo:
What about throwing an IOError?

Definition at line 759 of file MESegment.cpp.

References OutputDevice::closeTag(), Named::getID(), myQueues, OutputDevice::openTag(), SUMO_ATTR_ID, SUMO_ATTR_TIME, SUMO_ATTR_VALUE, SUMO_TAG_SEGMENT, SUMO_TAG_VIEWSETTINGS_VEHICLES, and OutputDevice::writeAttr().

◆ send()

void MESegment::send ( MEVehicle veh,
MESegment *const  next,
const int  nextQIdx,
SUMOTime  time,
const MSMoveReminder::Notification  reason 
)

Removes the vehicle from the segment, adapting its parameters.

Parameters
[in]vehThe vehicle in question
[in]nextThe subsequent segment for delay calculation
[in]timethe leave time
Todo:
Isn't always time == veh->getEventTime?

Definition at line 520 of file MESegment.cpp.

References MELoop::addLeaderCar(), MESegment::Queue::getBlockTime(), MSVehicleType::getCarFollowModel(), MEVehicle::getEventTime(), MSLink::getGreenFraction(), MSCFModel::getHeadwayTime(), MSVehicleType::getLengthWithGap(), getLink(), MESegment::Queue::getOccupancy(), MEVehicle::getQueIndex(), getTauJJ(), MSBaseVehicle::getVehicleType(), MSGlobals::gMesoNet, isInvalid(), MSBaseVehicle::isStopped(), MSLink::isTLSControlled(), MAX2(), myJamThreshold, myLastHeadway, myQueueCapacity, myQueues, myTau_ff, myTau_fj, myTau_jf, myTLSPenalty, MEVehicle::processStop(), MSLink::removeApproaching(), removeCar(), MESegment::Queue::setBlockTime(), MEVehicle::setEventTime(), and tauWithVehLength().

Referenced by MELoop::changeSegment(), MELoop::teleportVehicle(), and MELoop::vaporizeCar().

Here is the caller graph for this function:

◆ setID()

virtual void Named::setID ( const std::string &  newID)
inlinevirtualinherited

resets the id

Parameters
[in]newIDThe new id of this object

Reimplemented in NBLoadedSUMOTLDef, MSTransportable, and MSBaseVehicle.

Definition at line 82 of file Named.h.

References Named::myID.

Referenced by Distribution_Parameterized::parse(), NBLoadedSUMOTLDef::reconstructLogic(), NBEdgeCont::rename(), NBNodeCont::rename(), GNEJunction::setAttribute(), NBLoadedSUMOTLDef::setID(), and IntermodalNetwork< E, L, N, V >::splitEdge().

Here is the caller graph for this function:

◆ setSpeed()

void MESegment::setSpeed ( double  newSpeed,
SUMOTime  currentTime,
double  jamThresh = DO_NOT_PATCH_JAM_THRESHOLD,
int  qIdx = -1 
)

reset mySpeed and patch the speed of all vehicles in it. Also set/recompute myJamThreshold

Parameters
[in]jamThreshfollows the semantic of option meso-jam-threshold

Definition at line 728 of file MESegment.cpp.

References myQueues, recomputeJamThreshold(), and setSpeedForQueue().

Referenced by MSLane::setMaxSpeed().

Here is the caller graph for this function:

◆ setSpeedForQueue()

void MESegment::setSpeedForQueue ( double  newSpeed,
SUMOTime  currentTime,
SUMOTime  blockTime,
const std::vector< MEVehicle * > &  vehs 
)
private

Definition at line 699 of file MESegment.cpp.

References MELoop::addLeaderCar(), MEVehicle::getEventTime(), getLink(), MSGlobals::gMesoNet, MAX2(), myTau_ff, newArrival(), MELoop::removeLeaderCar(), MEVehicle::setEventTime(), and MEVehicle::updateDetectors().

Referenced by setSpeed().

Here is the caller graph for this function:

◆ tauWithVehLength()

SUMOTime MESegment::tauWithVehLength ( SUMOTime  tau,
double  lengthWithGap,
double  vehicleTau 
) const
inlineprivate

convert net time gap (leader back to follower front) to gross time gap (leader front to follower front)

Definition at line 507 of file MESegment.h.

References myTau_length.

Referenced by getMeanSpeed(), getTauJJ(), jamThresholdForSpeed(), prepareDetectorForWriting(), receive(), and send().

Here is the caller graph for this function:

◆ updatePermissions()

void MESegment::updatePermissions ( )

called when permissions change due to Rerouter or TraCI

Definition at line 204 of file MESegment.cpp.

References MSEdge::getLanes(), MSEdge::getPermissions(), myEdge, and myQueues.

◆ vaporizeAnyCar()

bool MESegment::vaporizeAnyCar ( SUMOTime  currentTime,
const MSDetectorFileOutput filter 
)

tries to remove any car from this segment

Parameters
[in]currentTimethe current time
Returns
Whether vaporization was successful
Note
: cars removed via this method do NOT count as arrivals

Definition at line 682 of file MESegment.cpp.

References MELoop::changeSegment(), MSGlobals::gMesoNet, myQueues, myVaporizationTarget, MSMoveReminder::NOTIFICATION_VAPORIZED_CALIBRATOR, MELoop::removeLeaderCar(), and MSDetectorFileOutput::vehicleApplies().

Referenced by METriggeredCalibrator::execute().

Here is the caller graph for this function:

◆ writeVehicles()

void MESegment::writeVehicles ( OutputDevice of) const

Definition at line 398 of file MESegment.cpp.

References myQueues, and MSXMLRawOut::writeVehicle().

Referenced by MSXMLRawOut::writeEdge().

Here is the caller graph for this function:

Field Documentation

◆ DO_NOT_PATCH_JAM_THRESHOLD

const double MESegment::DO_NOT_PATCH_JAM_THRESHOLD
static

Definition at line 51 of file MESegment.h.

Referenced by recomputeJamThreshold().

◆ myCapacity

double MESegment::myCapacity = 0.
private

The number of lanes represented by the queue * the length of the lane.

Definition at line 550 of file MESegment.h.

Referenced by getCapacity(), getRelativeJamThreshold(), getRelativeOccupancy(), initSegment(), overtake(), and recomputeJamThreshold().

◆ myCheckMinorPenalty

bool MESegment::myCheckMinorPenalty
private

penalty for minor links

Definition at line 536 of file MESegment.h.

Referenced by getLinkPenalty(), and initSegment().

◆ myDummyParent

MSEdge MESegment::myDummyParent
staticprivate

Definition at line 572 of file MESegment.h.

◆ myEdge

const MSEdge& MESegment::myEdge
private

The microsim edge this segment belongs to.

Definition at line 515 of file MESegment.h.

Referenced by getEdge(), getLink(), getMeanSpeed(), getNextInsertionTime(), receive(), recomputeJamThreshold(), removeCar(), and updatePermissions().

◆ myFollowerMap

std::map<const MSEdge*, int> MESegment::myFollowerMap
private

The follower edge to allowed que index mapping for multi queue segments.

Definition at line 565 of file MESegment.h.

Referenced by hasSpaceFor(), and MESegment().

◆ myID

std::string Named::myID
protectedinherited

◆ myIndex

const int MESegment::myIndex
private

Running number of the segment in the edge.

Definition at line 524 of file MESegment.h.

Referenced by getIndex().

◆ myJamThreshold

double MESegment::myJamThreshold
private

The space (in m) which needs to be occupied before the segment is considered jammed.

Definition at line 556 of file MESegment.h.

Referenced by getMeanSpeed(), getRelativeJamThreshold(), hasSpaceFor(), limitedControlOverride(), recomputeJamThreshold(), and send().

◆ myJunctionControl

bool MESegment::myJunctionControl
private

Whether junction control is enabled.

Definition at line 540 of file MESegment.h.

Referenced by getLink(), and initSegment().

◆ myLastHeadway

SUMOTime MESegment::myLastHeadway
private

the last headway

Definition at line 568 of file MESegment.h.

Referenced by getLastHeadwaySeconds(), and send().

◆ myLastMeanSpeedUpdate

SUMOTime MESegment::myLastMeanSpeedUpdate
mutableprivate

the time at which myMeanSpeed was last updated

Definition at line 579 of file MESegment.h.

Referenced by getMeanSpeed().

◆ myLength

const double MESegment::myLength
private

The segment's length.

Definition at line 521 of file MESegment.h.

Referenced by getFlow(), getLength(), getNextInsertionTime(), initSegment(), jamThresholdForSpeed(), newArrival(), and receive().

◆ myMeanSpeed

double MESegment::myMeanSpeed
mutableprivate

the mean speed on this segment. Updated at event time or on demand

Definition at line 576 of file MESegment.h.

Referenced by getMeanSpeed(), and initSegment().

◆ myMinorPenalty

SUMOTime MESegment::myMinorPenalty
private

Definition at line 537 of file MESegment.h.

Referenced by getLinkPenalty(), and initSegment().

◆ myNextSegment

MESegment* MESegment::myNextSegment
private

The next segment of this edge, 0 if this is the last segment of this edge.

Definition at line 518 of file MESegment.h.

Referenced by getNextSegment(), hasSpaceFor(), and initSegment().

◆ myNumVehicles

int MESegment::myNumVehicles
private

The cached value for the number of vehicles.

Definition at line 562 of file MESegment.h.

Referenced by getCarNumber(), hasSpaceFor(), loadState(), receive(), and removeCar().

◆ myOvertaking

bool MESegment::myOvertaking
private

Whether overtaking is permitted on this segment.

Definition at line 543 of file MESegment.h.

Referenced by initSegment(), and overtake().

◆ myQueueCapacity

double MESegment::myQueueCapacity = 0.
private

The number of lanes represented by the queue * the length of the lane.

Definition at line 553 of file MESegment.h.

Referenced by hasSpaceFor(), initSegment(), loadState(), MESegment(), receive(), remainingVehicleCapacity(), and send().

◆ myQueues

◆ myTau_ff

SUMOTime MESegment::myTau_ff
private

The time headway parameters, see the Eissfeldt thesis.

Definition at line 530 of file MESegment.h.

Referenced by getMeanSpeed(), getMinimumHeadwayTime(), initSegment(), jamThresholdForSpeed(), prepareDetectorForWriting(), receive(), send(), and setSpeedForQueue().

◆ myTau_fj

SUMOTime MESegment::myTau_fj
private

Definition at line 530 of file MESegment.h.

Referenced by initSegment(), and send().

◆ myTau_jf

SUMOTime MESegment::myTau_jf
private

Definition at line 530 of file MESegment.h.

Referenced by getMeanSpeed(), getTauJJ(), initSegment(), and send().

◆ myTau_jj

SUMOTime MESegment::myTau_jj
private

Definition at line 530 of file MESegment.h.

Referenced by getTauJJ(), and initSegment().

◆ myTau_length

double MESegment::myTau_length
private

Headway parameter for computing gross time headyway from net time headway, length and edge speed.

Definition at line 547 of file MESegment.h.

Referenced by initSegment(), and tauWithVehLength().

◆ myTLSPenalty

bool MESegment::myTLSPenalty
private

Whether tls penalty is enabled.

Definition at line 533 of file MESegment.h.

Referenced by getLinkPenalty(), hasSpaceFor(), initSegment(), isOpen(), and send().

◆ myVaporizationTarget

MESegment MESegment::myVaporizationTarget
staticprivate

Definition at line 573 of file MESegment.h.

Referenced by isInvalid(), and vaporizeAnyCar().

◆ PARKING_QUEUE


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