Eclipse SUMO - Simulation of Urban MObility
GUITriggerBuilder Class Reference

Builds trigger objects for guisim. More...

#include <GUITriggerBuilder.h>

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

Public Member Functions

void buildVaporizer (const SUMOSAXAttributes &attrs)
 Builds a vaporization. More...
 
 GUITriggerBuilder ()
 Constructor. More...
 
void setHandler (NLHandler *handler)
 Sets the parent handler to use for nested parsing. More...
 
 ~GUITriggerBuilder ()
 Destructor. More...
 
parsing methods

These methods parse the attributes for each of the described trigger and call the according methods to build the trigger

void parseAndBuildLaneSpeedTrigger (MSNet &net, const SUMOSAXAttributes &attrs, const std::string &base)
 Parses his values and builds a lane speed trigger. More...
 
void parseAndBuildRerouter (MSNet &net, const SUMOSAXAttributes &attrs)
 Parses his values and builds a rerouter. More...
 
void parseAndBuildStoppingPlace (MSNet &net, const SUMOSAXAttributes &attrs, const SumoXMLTag element)
 Parses the values and builds a stopping places for busses, trains or container vehicles. More...
 
void addLotEntry (double x, double y, double z, double width, double length, double angle, double slope)
 Add a lot entry to current parking area. More...
 
void addAccess (MSNet &net, const SUMOSAXAttributes &attrs)
 Parses the values and adds an access point to the currently parsed stopping place. More...
 
void parseAndBeginParkingArea (MSNet &net, const SUMOSAXAttributes &attrs)
 Parses his values and builds a parking area. More...
 
void parseAndAddLotEntry (const SUMOSAXAttributes &attrs)
 Parses his values and adds a lot entry to current parking area. More...
 
void parseAndBuildChargingStation (MSNet &net, const SUMOSAXAttributes &attrs)
 Parses his values and builds a charging station. More...
 
void parseAndBuildOverheadWireSegment (MSNet &net, const SUMOSAXAttributes &attrs)
 Parses its values and builds an overhead wire segment. More...
 
void parseAndBuildOverheadWireSection (MSNet &net, const SUMOSAXAttributes &attrs)
 Parses its values and builds an overhead wire section. More...
 
void parseAndBuildTractionSubstation (MSNet &net, const SUMOSAXAttributes &attrs)
 Parses its values and builds a traction substation. More...
 
void parseAndBuildOverheadWireClamp (MSNet &net, const SUMOSAXAttributes &attrs)
 Parses its values and builds an overhead wire clamp. More...
 
void parseAndBuildCalibrator (MSNet &net, const SUMOSAXAttributes &attrs, const std::string &base)
 Parses his values and builds a mesoscopic or microscopic calibrator. More...
 
void updateParkingAreaDefaultCapacity ()
 updates the parkingArea default capacity More...
 
MSStoppingPlacegetCurrentStop ()
 

Protected Member Functions

void endParkingArea () override
 End a parking area (it must be added to the SUMORTree after all parking spaces are loaded. More...
 
void endStoppingPlace () override
 End a stopping place. More...
 
building methods

Override NLTriggerBuilder-methods for building guisim-objects

See also
NLTriggerBuilder
MSLaneSpeedTriggerbuildLaneSpeedTrigger (MSNet &net, const std::string &id, const std::vector< MSLane * > &destLanes, const std::string &file) override
 Builds a lane speed trigger. More...
 
MSTriggeredRerouterbuildRerouter (MSNet &net, const std::string &id, MSEdgeVector &edges, double prob, bool off, bool optional, SUMOTime timeThreshold, const std::string &vTypes, const Position &pos) override
 builds an rerouter More...
 
void buildStoppingPlace (MSNet &net, std::string id, std::vector< std::string > lines, MSLane *lane, double frompos, double topos, const SumoXMLTag element, std::string string, int personCapacity, double parkingLength, RGBColor &color) override
 Builds a bus stop. More...
 
void beginParkingArea (MSNet &net, const std::string &id, const std::vector< std::string > &lines, const std::vector< std::string > &badges, MSLane *lane, double frompos, double topos, unsigned int capacity, double width, double length, double angle, const std::string &name, bool onRoad, const std::string &departPos, bool lefthand) override
 Builds a parking area. More...
 
void buildChargingStation (MSNet &net, const std::string &id, MSLane *lane, double frompos, double topos, const std::string &name, double chargingPower, double efficiency, bool chargeInTransit, SUMOTime chargeDelay, std::string chargeType, SUMOTime waitingTime, MSParkingArea *parkingArea) override
 Builds a charging station. More...
 
void buildOverheadWireSegment (MSNet &net, const std::string &id, MSLane *lane, double frompos, double topos, bool voltageSource) override
 Builds an overhead wire segment. More...
 
void buildOverheadWireClamp (MSNet &net, const std::string &id, MSLane *lane_start, MSLane *lane_end) override
 Builds an overhead wire clamp. More...
 
building methods

Called with parsed values, these methods build the trigger.

These methods should be overriden for the gui loader in order to build visualizable versions of the triggers.

In most cases, these methods only call the constructor.

void buildInnerOverheadWireSegments (MSNet &net, const MSLane *connection, const MSLane *frontConnection, const MSLane *behindConnection)
 Builds an overhead wire inner segments. More...
 
void buildTractionSubstation (MSNet &net, std::string id, double voltage, double currentLimit)
 Builds a traction substation. More...
 
virtual MSCalibratorbuildCalibrator (const std::string &id, MSEdge *edge, MSLane *lane, MSJunction *node, double pos, const std::string &file, const std::string &outfile, const SUMOTime freq, const MSRouteProbe *probe, const double invalidJamThreshold, const std::string &vTypes, const bool local)
 builds a microscopic calibrator More...
 
virtual METriggeredCalibratorbuildMECalibrator (const std::string &id, MSEdge *edge, double pos, const std::string &file, const std::string &outfile, const SUMOTime freq, MSRouteProbe *probe, const double invalidJamThreshold, const std::string &vTypes)
 builds a mesoscopic calibrator More...
 
helper method for obtaining and checking values
std::string getFileName (const SUMOSAXAttributes &attrs, const std::string &base, const bool allowEmpty=false)
 Helper method to obtain the filename. More...
 
MSLanegetLane (const SUMOSAXAttributes &attrs, const std::string &tt, const std::string &tid)
 Returns the lane defined by attribute "lane". More...
 
MSParkingAreagetParkingArea (const SUMOSAXAttributes &attrs, const std::string &tt, const std::string &tid)
 Returns the parking area defined by attribute "parkingArea". More...
 
double getPosition (const SUMOSAXAttributes &attrs, MSLane *lane, const std::string &tt, const std::string &tid, MSEdge *edge=0)
 returns the position on the lane checking it More...
 

Protected Attributes

MSStoppingPlacemyCurrentStop
 The currently parsed stop to add access points to. More...
 
NLHandlermyHandler
 The parent handler to set for subhandlers. More...
 
bool myHaveWarnedAboutEigen = false
 
MSParkingAreamyParkingArea
 definition of the currently parsed parking area More...
 
bool myParkingAreaCapacitySet = false
 

Detailed Description

Builds trigger objects for guisim.

Definition at line 49 of file GUITriggerBuilder.h.

Constructor & Destructor Documentation

◆ GUITriggerBuilder()

GUITriggerBuilder::GUITriggerBuilder ( )

Constructor.

Definition at line 43 of file GUITriggerBuilder.cpp.

◆ ~GUITriggerBuilder()

GUITriggerBuilder::~GUITriggerBuilder ( )

Destructor.

Definition at line 46 of file GUITriggerBuilder.cpp.

Member Function Documentation

◆ addAccess()

void NLTriggerBuilder::addAccess ( MSNet net,
const SUMOSAXAttributes attrs 
)
inherited

Parses the values and adds an access point to the currently parsed stopping place.

Parameters
[in]netThe network the stop belongs to
[in]attrsSAX-attributes which define the access
Exceptions
InvalidArgumentIf a parameter (lane/position) is not valid

Definition at line 526 of file NLTriggerBuilder.cpp.

References MSStoppingPlace::addAccess(), MSLane::allowsVehicleClass(), MSStoppingPlace::CARRIAGE, SUMORouteHandler::checkStopPos(), MSStoppingPlace::DOORS, Named::getID(), NLTriggerBuilder::getLane(), MSLane::getLength(), SUMOSAXAttributes::getOpt(), SUMOSAXAttributes::getString(), NLTriggerBuilder::myCurrentStop, NLTriggerBuilder::myHandler, MSStoppingPlace::PLATFORM, SUMO_ATTR_FRIENDLY_POS, SUMO_ATTR_LENGTH, SUMO_ATTR_POSITION, SVC_PEDESTRIAN, TL, and WRITE_WARNINGF.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ addLotEntry()

void NLTriggerBuilder::addLotEntry ( double  x,
double  y,
double  z,
double  width,
double  length,
double  angle,
double  slope 
)
inherited

Add a lot entry to current parking area.

Simply calls the addLotEntry method for current parking area.

Parameters
[in]xX position of the lot center
[in]yY position of the lot center
[in]zZ position of the lot center
[in]widthWidth of the lot rectangle
[in]lengthLength of the lot rectangle
[in]angleAngle of the lot rectangle
[in]slopeSlope of the lot rectangle
Exceptions
InvalidArgumentIf the current parking area is 0

Definition at line 838 of file NLTriggerBuilder.cpp.

References MSParkingArea::addLotEntry(), NLTriggerBuilder::myParkingArea, NLTriggerBuilder::myParkingAreaCapacitySet, and MSParkingArea::parkOnRoad().

Referenced by NLTriggerBuilder::parseAndAddLotEntry().

Here is the caller graph for this function:

◆ beginParkingArea()

void GUITriggerBuilder::beginParkingArea ( MSNet net,
const std::string &  id,
const std::vector< std::string > &  lines,
const std::vector< std::string > &  badges,
MSLane lane,
double  frompos,
double  topos,
unsigned int  capacity,
double  width,
double  length,
double  angle,
const std::string &  name,
bool  onRoad,
const std::string &  departPos,
bool  lefthand 
)
overrideprotectedvirtual

Builds a parking area.

Simply calls the GUIParkingArea constructor.

Parameters
[in]netThe net the parking area belongs to
[in]idThe id of the parking area
[in]linesNames of the lines that halt on this parking area
[in]badgesNames which grant access to this parking area
[in]laneThe lane the parking area is placed on
[in]fromposBegin position of the parking area on the lane
[in]toposEnd position of the parking area on the lane
[in]capacityCapacity of the parking area
[in]widthWidth of the default lot rectangle
[in]lengthLength of the default lot rectangle
[in]angleAngle of the default lot rectangle
Exceptions
InvalidArgumentIf the parking area can not be added to the net (is duplicate)

Reimplemented from NLTriggerBuilder.

Definition at line 83 of file GUITriggerBuilder.cpp.

References MSNet::addStoppingPlace(), NLTriggerBuilder::myParkingArea, and SUMO_TAG_PARKING_AREA.

◆ buildCalibrator()

MSCalibrator * NLTriggerBuilder::buildCalibrator ( const std::string &  id,
MSEdge edge,
MSLane lane,
MSJunction node,
double  pos,
const std::string &  file,
const std::string &  outfile,
const SUMOTime  freq,
const MSRouteProbe probe,
const double  invalidJamThreshold,
const std::string &  vTypes,
const bool  local 
)
protectedvirtualinherited

builds a microscopic calibrator

Simply calls the MSCalibrator constructor.

Parameters
[in]idThe id of the calibrator
[in]edgeThe edge the calibrator is placed at
[in]laneThe lane the calibrator is placed at if it is lane specific, nullptr otherwise
[in]posThe position on the edge the calibrator lies at
[in]fileThe file to read the flows from
[in]outfileThe file to write calibrator statistics to
[in]freqThe frequency for the statistics output
[in]probean optional route probe to get distributions from
[in]invalidJamThresholdstop calibrating if the relative speed drops below the threshold
[in]vTypesto which vehicle types the calibrator applies
Todo:
Is the position correct/needed

Definition at line 777 of file NLTriggerBuilder.cpp.

References MSEdge::getLength().

Referenced by NLTriggerBuilder::parseAndBuildCalibrator().

Here is the caller graph for this function:

◆ buildChargingStation()

void GUITriggerBuilder::buildChargingStation ( MSNet net,
const std::string &  id,
MSLane lane,
double  frompos,
double  topos,
const std::string &  name,
double  chargingPower,
double  efficiency,
bool  chargeInTransit,
SUMOTime  chargeDelay,
std::string  chargeType,
SUMOTime  waitingTime,
MSParkingArea parkingArea 
)
overrideprotectedvirtual

Builds a charging station.

Simply calls the GUIChargingStation constructor.

Parameters
[in]netThe net the charging station belongs to
[in]idThe id of the charging station
[in]laneThe lane the charging station is placed on
[in]fromposBegin position of the charging station on the lane
[in]toposEnd position of the charging station on the lane
[in]chargingPowerenergy charged in every timeStep
[in]efficiencyefficiency of the charge
[in]chargeInTransitenable or disable charge in transit
[in]chargeDelaydelay in the charge
[in]chargeTypecharge type (normal, electric or fuel)
[in]waitingTimewaiting time until start charging
[in]parkingAreaThe associated parking area
Exceptions
InvalidArgumentIf the charging station can not be added to the net (is duplicate)

Reimplemented from NLTriggerBuilder.

Definition at line 105 of file GUITriggerBuilder.cpp.

References MSNet::addStoppingPlace(), NLTriggerBuilder::myCurrentStop, and SUMO_TAG_CHARGING_STATION.

◆ buildInnerOverheadWireSegments()

void NLTriggerBuilder::buildInnerOverheadWireSegments ( MSNet net,
const MSLane connection,
const MSLane frontConnection,
const MSLane behindConnection 
)
protectedinherited

Builds an overhead wire inner segments.

Simply calls the buildOverheadWireSegment for inner edges connection, frontConnection and behindConnection if exists.

Parameters
[in]netThe net the overhead wire inner segments belongs to
[in]connectionThe inner lane that connects two regular lanes, or a regular lane with the inner "behindConnection" lane, or the inner "frontConnection" lane with a regular lane, or the inner "frontConnection" lane with the inner "behindConnection" lane
[in]frontConnectionThe inner lane that connects a regular lane with the inner "connection" lane
[in]behindConnectionThe inner lane that connects the inner "connection" lane with a regular lane
Exceptions
InvalidArgumentIf the over can not be added to the net (is duplicate according to the id)

Definition at line 901 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::buildOverheadWireSegment(), Named::getID(), and MSLane::getLength().

Referenced by NLTriggerBuilder::parseAndBuildOverheadWireSection().

Here is the caller graph for this function:

◆ buildLaneSpeedTrigger()

MSLaneSpeedTrigger * GUITriggerBuilder::buildLaneSpeedTrigger ( MSNet net,
const std::string &  id,
const std::vector< MSLane * > &  destLanes,
const std::string &  file 
)
overrideprotectedvirtual

Builds a lane speed trigger.

Simply calls the GUILaneSpeedTrigger constructor.

Parameters
[in]netThe net the lane speed trigger belongs to
[in]idThe id of the lane speed trigger
[in]destLanesList of lanes affected by this speed trigger
[in]fileName of the file to read the speeds to set from
See also
MSLaneSpeedTrigger
Exceptions
ProcessErrorIf the XML definition file is erroneous

Reimplemented from NLTriggerBuilder.

Definition at line 50 of file GUITriggerBuilder.cpp.

◆ buildMECalibrator()

METriggeredCalibrator * NLTriggerBuilder::buildMECalibrator ( const std::string &  id,
MSEdge edge,
double  pos,
const std::string &  file,
const std::string &  outfile,
const SUMOTime  freq,
MSRouteProbe probe,
const double  invalidJamThreshold,
const std::string &  vTypes 
)
protectedvirtualinherited

builds a mesoscopic calibrator

Simply calls the METriggeredCalibrator constructor.

Parameters
[in]idThe id of the calibrator
[in]edgeThe edge the calibrator is placed at
[in]posThe position on the edge the calibrator lies at
[in]fileThe file to read the flows from
[in]outfileThe file to write calibrator statistics to
[in]freqThe frequency for the statistics output
[in]probean optional route probe to get distributions from
[in]invalidJamThresholdstop calibrating if the relative speed drops below the threshold
[in]vTypesto which vehicle types the calibrator applies
Todo:
Is the position correct/needed

Definition at line 761 of file NLTriggerBuilder.cpp.

References MSGlobals::gMesoNet.

Referenced by NLTriggerBuilder::parseAndBuildCalibrator().

Here is the caller graph for this function:

◆ buildOverheadWireClamp()

void GUITriggerBuilder::buildOverheadWireClamp ( MSNet net,
const std::string &  id,
MSLane lane_start,
MSLane lane_end 
)
overrideprotectedvirtual

Builds an overhead wire clamp.

Simply calls the GUIOverheadWireClamp constructor and adds the result to the network.

Parameters
[in]netThe net the overhead wire clamp belongs to
[in]idThe id of the overhead wire clamp
[in]lane_startThe lane, where is the overhead wire segment placed, to the start of which the overhead wire clamp is connected
[in]lane_endThe lane, where is the overhead wire segment placed, to the end of which the overhead wire clamp is connected

Reimplemented from NLTriggerBuilder.

Definition at line 132 of file GUITriggerBuilder.cpp.

◆ buildOverheadWireSegment()

void GUITriggerBuilder::buildOverheadWireSegment ( MSNet net,
const std::string &  id,
MSLane lane,
double  frompos,
double  topos,
bool  voltageSource 
)
overrideprotectedvirtual

Builds an overhead wire segment.

Simply calls the GUIOverheadWire constructor and adds the result to the network.

Parameters
[in]netThe net the overhead wire segment belongs to
[in]idThe id of the overhead wire segment
[in]laneThe lane the overhead wire segment is placed on
[in]fromposBegin position of the overhead wire segment on the lane
[in]toposEnd position of the overhead wire segment on the lane
[in]voltageSourceIf the segment is the place of the connection of a traction substation
Exceptions
InvalidArgumentIf the overhead wire segment can not be added to the net (is duplicate according to the id)

Reimplemented from NLTriggerBuilder.

Definition at line 121 of file GUITriggerBuilder.cpp.

References MSNet::addStoppingPlace(), and SUMO_TAG_OVERHEAD_WIRE_SEGMENT.

◆ buildRerouter()

MSTriggeredRerouter * GUITriggerBuilder::buildRerouter ( MSNet net,
const std::string &  id,
MSEdgeVector edges,
double  prob,
bool  off,
bool  optional,
SUMOTime  timeThreshold,
const std::string &  vTypes,
const Position pos 
)
overrideprotectedvirtual

builds an rerouter

Simply calls the GUITriggeredRerouter constructor.

Parameters
[in]netThe net the rerouter belongs to
[in]idThe id of the rerouter
[in]edgesThe edges the rerouter is placed at
[in]probThe probability the rerouter reroutes vehicles with

Reimplemented from NLTriggerBuilder.

Definition at line 60 of file GUITriggerBuilder.cpp.

◆ buildStoppingPlace()

void GUITriggerBuilder::buildStoppingPlace ( MSNet net,
std::string  id,
std::vector< std::string >  lines,
MSLane lane,
double  frompos,
double  topos,
const SumoXMLTag  element,
std::string  string,
int  personCapacity,
double  parkingLength,
RGBColor color 
)
overrideprotectedvirtual

Builds a bus stop.

Simply calls the GUIBusStop / GUIContainerStop constructor.

Parameters
[in]netThe net the stop belongs to
[in]idThe id of the stop
[in]linesNames of the lines that halt on this stop
[in]laneThe lane the stop is placed on
[in]fromposBegin position of the stop on the lane
[in]toposEnd position of the stop on the lane
[in]elementwhich kind of stop is to be built
Exceptions
InvalidArgumentIf the stop can not be added to the net (is duplicate)

Reimplemented from NLTriggerBuilder.

Definition at line 70 of file GUITriggerBuilder.cpp.

References MSNet::addStoppingPlace(), NLTriggerBuilder::myCurrentStop, and toString().

◆ buildTractionSubstation()

void NLTriggerBuilder::buildTractionSubstation ( MSNet net,
std::string  id,
double  voltage,
double  currentLimit 
)
protectedinherited

Builds a traction substation.

Simply calls the MSTractionSubstaion cosnstructor and adds the substation to the list of substations in the net.

Parameters
[in]netThe net the traction substation belongs to
[in]idThe id of the traction substation
[in]voltageThe voltage level of the voltage source representing the traction substation
[in]currentLimitThe electric current limit(max current flowing from(through) the traction substation)
Exceptions
InvalidArgumentIf the over can not be added to the net (is duplicate according to the id)

Definition at line 918 of file NLTriggerBuilder.cpp.

References MSNet::addTractionSubstation().

Referenced by NLTriggerBuilder::parseAndBuildTractionSubstation().

Here is the caller graph for this function:

◆ buildVaporizer()

void NLTriggerBuilder::buildVaporizer ( const SUMOSAXAttributes attrs)
inherited

Builds a vaporization.

Parses the attributes, reporting errors if the time values are false or the edge is not known. Instatiates events for enabling and disabling the vaporization otherwise.

Parameters
[in]attrsSAX-attributes which define the vaporizer
Note
recheck throwing the exception

Definition at line 73 of file NLTriggerBuilder.cpp.

References MSEventControl::addEvent(), MSEdge::decVaporization(), MSEdge::dictionary(), SUMOSAXAttributes::get(), MSNet::getBeginOfTimestepEvents(), MSNet::getInstance(), OptionsCont::getOptions(), SUMOSAXAttributes::getSUMOTimeReporting(), MSEdge::incVaporization(), string2time(), SUMO_ATTR_BEGIN, SUMO_ATTR_END, SUMO_ATTR_ID, TL, WRITE_ERRORF, and WRITE_WARNING.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ endParkingArea()

void GUITriggerBuilder::endParkingArea ( )
overrideprotectedvirtual

End a parking area (it must be added to the SUMORTree after all parking spaces are loaded.

Reimplemented from NLTriggerBuilder.

Definition at line 139 of file GUITriggerBuilder.cpp.

References MSNet::getInstance(), and NLTriggerBuilder::myParkingArea.

◆ endStoppingPlace()

void GUITriggerBuilder::endStoppingPlace ( )
overrideprotectedvirtual

End a stopping place.

Exceptions
InvalidArgumentIf the current stopping place is 0

Reimplemented from NLTriggerBuilder.

Definition at line 150 of file GUITriggerBuilder.cpp.

References MSNet::getInstance(), and NLTriggerBuilder::myCurrentStop.

◆ getCurrentStop()

MSStoppingPlace * NLTriggerBuilder::getCurrentStop ( )
inherited

Definition at line 1029 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::myCurrentStop, and NLTriggerBuilder::myParkingArea.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ getFileName()

std::string NLTriggerBuilder::getFileName ( const SUMOSAXAttributes attrs,
const std::string &  base,
const bool  allowEmpty = false 
)
protectedinherited

Helper method to obtain the filename.

Retrieves "file" from attributes, checks whether it is absolute and extends it by the given base path if not. Returns this information.

Parameters
[in]attrsThe attributes to obtain the file name from
[in]baseThe base path (the path the loaded additional file lies in)
Returns
The (expanded) path to the named file
Todo:
Recheck usage of the helper class

Definition at line 931 of file NLTriggerBuilder.cpp.

References FileHelpers::getConfigurationRelative(), SUMOSAXAttributes::getOpt(), FileHelpers::isAbsolute(), and SUMO_ATTR_FILE.

Referenced by NLTriggerBuilder::parseAndBuildCalibrator(), and NLTriggerBuilder::parseAndBuildLaneSpeedTrigger().

Here is the caller graph for this function:

◆ getLane()

MSLane * NLTriggerBuilder::getLane ( const SUMOSAXAttributes attrs,
const std::string &  tt,
const std::string &  tid 
)
protectedinherited

Returns the lane defined by attribute "lane".

Retrieves the lane id from the given attrs. Tries to retrieve the lane, throws an InvalidArgument if it does not exist.

Parameters
[in]attrsThe attributes to obtain the lane id from
[in]ttThe trigger type (for user output)
[in]tidThe trigger id (for user output)
Returns
The named lane if it is known
Exceptions
InvalidArgumentIf the named lane does not exist or a lane is not named

Definition at line 952 of file NLTriggerBuilder.cpp.

References MSLane::dictionary(), SUMOSAXAttributes::get(), MSGlobals::gUsingInternalLanes, and SUMO_ATTR_LANE.

Referenced by NLTriggerBuilder::addAccess(), NLTriggerBuilder::parseAndBeginParkingArea(), NLTriggerBuilder::parseAndBuildCalibrator(), NLTriggerBuilder::parseAndBuildChargingStation(), NLTriggerBuilder::parseAndBuildOverheadWireSegment(), and NLTriggerBuilder::parseAndBuildStoppingPlace().

Here is the caller graph for this function:

◆ getParkingArea()

MSParkingArea * NLTriggerBuilder::getParkingArea ( const SUMOSAXAttributes attrs,
const std::string &  tt,
const std::string &  tid 
)
protectedinherited

Returns the parking area defined by attribute "parkingArea".

Retrieves the parking area id from the given attrs. Tries to retrieve the parking area, throws an InvalidArgument if it does not exist.

Parameters
[in]attrsThe attributes to obtain the parking area id from
[in]ttThe trigger type (for user output)
[in]tidThe trigger id (for user output)
Returns
The named parking area if it is known, nullptr if empty ID is given
Exceptions
InvalidArgumentIf the named parking area does not exist

Definition at line 973 of file NLTriggerBuilder.cpp.

References MSNet::getInstance(), SUMOSAXAttributes::getOpt(), MSNet::getStoppingPlace(), SUMO_ATTR_PARKING_AREA, and SUMO_TAG_PARKING_AREA.

Referenced by NLTriggerBuilder::parseAndBuildChargingStation().

Here is the caller graph for this function:

◆ getPosition()

double NLTriggerBuilder::getPosition ( const SUMOSAXAttributes attrs,
MSLane lane,
const std::string &  tt,
const std::string &  tid,
MSEdge edge = 0 
)
protectedinherited

returns the position on the lane checking it

This method extracts the position, checks whether it shall be mirrored and checks whether it is within the lane. If not, an error is reported and a InvalidArgument is thrown.

Parameters
[in]attrsThe attributes to obtain the position from
[in]laneThe lane the position shall be valid for
[in]ttThe trigger type (for user output)
[in]tidThe trigger id (for user output)
Returns
The position on the lane
Exceptions
InvalidArgumentIf the position is beyond the lane

Definition at line 990 of file NLTriggerBuilder.cpp.

References SUMOSAXAttributes::get(), Named::getID(), MSEdge::getLength(), MSLane::getLength(), SUMOSAXAttributes::getOpt(), SUMO_ATTR_FRIENDLY_POS, and SUMO_ATTR_POSITION.

Referenced by NLTriggerBuilder::parseAndBuildCalibrator().

Here is the caller graph for this function:

◆ parseAndAddLotEntry()

void NLTriggerBuilder::parseAndAddLotEntry ( const SUMOSAXAttributes attrs)
inherited

Parses his values and adds a lot entry to current parking area.

Parameters
[in]attrsSAX-attributes which define the lot entry

Definition at line 596 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::addLotEntry(), SUMOSAXAttributes::get(), MSParkingArea::getAngle(), MSParkingArea::getLength(), SUMOSAXAttributes::getOpt(), MSParkingArea::getWidth(), NLTriggerBuilder::myParkingArea, SUMO_ATTR_ANGLE, SUMO_ATTR_LENGTH, SUMO_ATTR_SLOPE, SUMO_ATTR_WIDTH, SUMO_ATTR_X, SUMO_ATTR_Y, and SUMO_ATTR_Z.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ parseAndBeginParkingArea()

void NLTriggerBuilder::parseAndBeginParkingArea ( MSNet net,
const SUMOSAXAttributes attrs 
)
inherited

Parses his values and builds a parking area.

Parameters
[in]netThe network the parking area belongs to
[in]attrsSAX-attributes which define the trigger
Exceptions
InvalidArgumentIf a parameter (lane/position) is not valid

Definition at line 561 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::beginParkingArea(), SUMORouteHandler::checkStopPos(), SUMOSAXAttributes::get(), NLTriggerBuilder::getLane(), MSLane::getLength(), SUMOSAXAttributes::getOpt(), SUMOSAXAttributes::hasAttribute(), NLTriggerBuilder::myHandler, NLTriggerBuilder::myParkingAreaCapacitySet, SUMO_ATTR_ACCEPTED_BADGES, SUMO_ATTR_ANGLE, SUMO_ATTR_DEPARTPOS, SUMO_ATTR_ENDPOS, SUMO_ATTR_FRIENDLY_POS, SUMO_ATTR_ID, SUMO_ATTR_LEFTHAND, SUMO_ATTR_LENGTH, SUMO_ATTR_LINES, SUMO_ATTR_NAME, SUMO_ATTR_ONROAD, SUMO_ATTR_ROADSIDE_CAPACITY, SUMO_ATTR_STARTPOS, and SUMO_ATTR_WIDTH.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ parseAndBuildCalibrator()

void NLTriggerBuilder::parseAndBuildCalibrator ( MSNet net,
const SUMOSAXAttributes attrs,
const std::string &  base 
)
inherited

◆ parseAndBuildChargingStation()

void NLTriggerBuilder::parseAndBuildChargingStation ( MSNet net,
const SUMOSAXAttributes attrs 
)
inherited

Parses his values and builds a charging station.

Parameters
[in]netThe network the charging station belongs to
[in]attrsSAXattributes which define the trigger
Exceptions
InvalidArgumentIf a parameter (lane/position) is not valid

Definition at line 147 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::buildChargingStation(), SUMORouteHandler::checkStopPos(), SUMOSAXAttributes::get(), NLTriggerBuilder::getLane(), MSLane::getLength(), SUMOSAXAttributes::getOpt(), SUMOSAXAttributes::getOptSUMOTimeReporting(), NLTriggerBuilder::getParkingArea(), NLTriggerBuilder::myHandler, SUMO_ATTR_CHARGEDELAY, SUMO_ATTR_CHARGEINTRANSIT, SUMO_ATTR_CHARGETYPE, SUMO_ATTR_CHARGINGPOWER, SUMO_ATTR_EFFICIENCY, SUMO_ATTR_ENDPOS, SUMO_ATTR_FRIENDLY_POS, SUMO_ATTR_ID, SUMO_ATTR_NAME, SUMO_ATTR_STARTPOS, and SUMO_ATTR_WAITINGTIME.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ parseAndBuildLaneSpeedTrigger()

void NLTriggerBuilder::parseAndBuildLaneSpeedTrigger ( MSNet net,
const SUMOSAXAttributes attrs,
const std::string &  base 
)
inherited

Parses his values and builds a lane speed trigger.

If one of the declaration values is errornous, an InvalidArgument is thrown.

If the XML-file parsed during initialisation is errornous, and the MSLaneSpeedTrigger-constructor throws a ProcessError due to this, this exception is catched and an InvalidArgument with the message given in the ProcessError is thrown.

Parameters
[in]netThe network the lane speed trigger belongs to
[in]attrsSAX-attributes which define the trigger
[in]baseThe base path
Exceptions
InvalidArgumentIf a parameter (lane/position) is not valid or the read definition is errornous
See also
buildLaneSpeedTrigger

Definition at line 109 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::buildLaneSpeedTrigger(), MSLane::dictionary(), SUMOSAXAttributes::get(), NLTriggerBuilder::getFileName(), NLTriggerBuilder::myHandler, GenericSAXHandler::registerParent(), SUMO_ATTR_ID, SUMO_ATTR_LANES, and SUMO_TAG_VSS.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ parseAndBuildOverheadWireClamp()

void NLTriggerBuilder::parseAndBuildOverheadWireClamp ( MSNet net,
const SUMOSAXAttributes attrs 
)
inherited

Parses its values and builds an overhead wire clamp.

An overhead wire clamp is a conductive connection of wires in the opposite direction over the road

Parameters
[in]netThe network the overhead wire clamp belongs to
[in]attrsSAXattributes which define the trigger
Exceptions
InvalidArgumentIf the traction substation is not found in the net or if the start or end segment belongs to a different traction substation

Definition at line 426 of file NLTriggerBuilder.cpp.

References MSTractionSubstation::addClamp(), MSTractionSubstation::findClamp(), MSNet::findTractionSubstation(), SUMOSAXAttributes::get(), MSNet::getInstance(), MSNet::getStoppingPlace(), MSGlobals::gOverheadWireSolver, SUMO_ATTR_ID, SUMO_ATTR_OVERHEAD_WIRE_CLAMP_END, SUMO_ATTR_OVERHEAD_WIRE_CLAMP_START, SUMO_ATTR_SUBSTATIONID, SUMO_TAG_OVERHEAD_WIRE_SEGMENT, TL, UNUSED_PARAMETER, WRITE_ERROR, and WRITE_WARNING.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ parseAndBuildOverheadWireSection()

void NLTriggerBuilder::parseAndBuildOverheadWireSection ( MSNet net,
const SUMOSAXAttributes attrs 
)
inherited

Parses its values and builds an overhead wire section.

Parameters
[in]netThe network the overhead wire segment belongs to
[in]attrsSAXattributes which define the trigger
Exceptions
InvalidArgumentIf a substationId is not known, a segment is not known or is assigned to another overheadWireSection
Todo:
for cycle abbreviation?

Definition at line 229 of file NLTriggerBuilder.cpp.

References MSTractionSubstation::addForbiddenLane(), MSTractionSubstation::addOverheadWireClampToCircuit(), MSTractionSubstation::addOverheadWireSegmentToCircuit(), NLTriggerBuilder::buildInnerOverheadWireSegments(), NLTriggerBuilder::buildOverheadWireClamp(), MSLane::dictionary(), MSTractionSubstation::OverheadWireClamp::end, MSTractionSubstation::findClamp(), MSNet::findTractionSubstation(), SUMOSAXAttributes::get(), Named::getID(), MSNet::getInstance(), MSLane::getInternalFollowingLane(), MSStoppingPlace::getLane(), MSLane::getNormalIncomingLanes(), SUMOSAXAttributes::getOpt(), MSLane::getOutgoingViaLanes(), MSNet::getStoppingPlace(), MSNet::getStoppingPlaceID(), MSOverheadWire::getTractionSubstation(), MSGlobals::gOverheadWireSolver, MSTractionSubstation::OverheadWireClamp::id, MSTractionSubstation::isAnySectionPreviouslyDefined(), MSTractionSubstation::isForbidden(), MSOverheadWire::setTractionSubstation(), MSTractionSubstation::OverheadWireClamp::start, SUMO_ATTR_OVERHEAD_WIRE_CLAMPS, SUMO_ATTR_OVERHEAD_WIRE_FORBIDDEN, SUMO_ATTR_OVERHEAD_WIRE_SEGMENTS, SUMO_ATTR_SUBSTATIONID, SUMO_TAG_OVERHEAD_WIRE_SEGMENT, TL, MSTractionSubstation::OverheadWireClamp::usage, WRITE_WARNING, and WRITE_WARNINGF.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ parseAndBuildOverheadWireSegment()

void NLTriggerBuilder::parseAndBuildOverheadWireSegment ( MSNet net,
const SUMOSAXAttributes attrs 
)
inherited

Parses its values and builds an overhead wire segment.

Parameters
[in]netThe network the overhead wire segment belongs to
[in]attrsSAXattributes which define the trigger
Exceptions
InvalidArgumentIf a parameter (lane/position) is not valid

Definition at line 183 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::buildOverheadWireSegment(), SUMORouteHandler::checkStopPos(), SUMOSAXAttributes::get(), NLTriggerBuilder::getLane(), MSLane::getLength(), SUMOSAXAttributes::getOpt(), MSGlobals::gOverheadWireSolver, MSLane::isInternal(), NLTriggerBuilder::myHandler, NLTriggerBuilder::myHaveWarnedAboutEigen, SUMO_ATTR_ENDPOS, SUMO_ATTR_FRIENDLY_POS, SUMO_ATTR_ID, SUMO_ATTR_STARTPOS, SUMO_ATTR_VOLTAGESOURCE, TL, WRITE_MESSAGEF, and WRITE_WARNING.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ parseAndBuildRerouter()

void NLTriggerBuilder::parseAndBuildRerouter ( MSNet net,
const SUMOSAXAttributes attrs 
)
inherited

Parses his values and builds a rerouter.

Parameters
[in]netThe network the rerouter belongs to
[in]attrsSAX-attributes which define the trigger
Exceptions
InvalidArgumentIf a parameter (edge) is not valid

Definition at line 697 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::buildRerouter(), MSEdge::dictionary(), SUMOSAXAttributes::get(), MSTriggeredRerouter::getInstances(), SUMOSAXAttributes::getOpt(), StringTokenizer::getVector(), Position::INVALID, NLTriggerBuilder::myHandler, GenericSAXHandler::registerParent(), SUMO_ATTR_EDGES, SUMO_ATTR_HALTING_TIME_THRESHOLD, SUMO_ATTR_ID, SUMO_ATTR_OFF, SUMO_ATTR_OPTIONAL, SUMO_ATTR_POSITION, SUMO_ATTR_PROB, SUMO_ATTR_VTYPES, SUMO_TAG_REROUTER, TIME2STEPS, and StringUtils::toDouble().

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ parseAndBuildStoppingPlace()

void NLTriggerBuilder::parseAndBuildStoppingPlace ( MSNet net,
const SUMOSAXAttributes attrs,
const SumoXMLTag  element 
)
inherited

Parses the values and builds a stopping places for busses, trains or container vehicles.

Parameters
[in]netThe network the stop belongs to
[in]attrsSAX-attributes which define the stop
[in]elementwhich kind of stop is to be built
Exceptions
InvalidArgumentIf a parameter (lane/position) is not valid

Definition at line 485 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::buildStoppingPlace(), SUMORouteHandler::checkStopPos(), SUMOSAXAttributes::get(), NLTriggerBuilder::getLane(), SUMOSAXAttributes::getOpt(), MSStoppingPlace::getTransportablesAbreast(), RGBColor::INVISIBLE, MAX2(), NLTriggerBuilder::myHandler, SUMO_ATTR_COLOR, SUMO_ATTR_CONTAINER_CAPACITY, SUMO_ATTR_ENDPOS, SUMO_ATTR_FRIENDLY_POS, SUMO_ATTR_ID, SUMO_ATTR_LINES, SUMO_ATTR_NAME, SUMO_ATTR_PARKING_LENGTH, SUMO_ATTR_PERSON_CAPACITY, SUMO_ATTR_STARTPOS, SUMO_TAG_CONTAINER_STOP, and toString().

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ parseAndBuildTractionSubstation()

void NLTriggerBuilder::parseAndBuildTractionSubstation ( MSNet net,
const SUMOSAXAttributes attrs 
)
inherited

Parses its values and builds a traction substation.

Parameters
[in]netThe network the overhead wire segment belongs to
[in]attrsSAXattributes which define the trigger
Exceptions
InvalidArgumentIf the id is not given or is empty...

Definition at line 410 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::buildTractionSubstation(), SUMOSAXAttributes::get(), SUMOSAXAttributes::getOpt(), SUMO_ATTR_CURRENTLIMIT, SUMO_ATTR_ID, and SUMO_ATTR_VOLTAGE.

Referenced by NLHandler::myStartElement().

Here is the caller graph for this function:

◆ setHandler()

void NLTriggerBuilder::setHandler ( NLHandler handler)
inherited

Sets the parent handler to use for nested parsing.

Parameters
[in]handlerThe netload handler to set

Definition at line 67 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::myHandler.

Referenced by NLBuilder::init(), and GUILoadThread::run().

Here is the caller graph for this function:

◆ updateParkingAreaDefaultCapacity()

void NLTriggerBuilder::updateParkingAreaDefaultCapacity ( )
inherited

updates the parkingArea default capacity

Definition at line 1021 of file NLTriggerBuilder.cpp.

References NLTriggerBuilder::myParkingArea, NLTriggerBuilder::myParkingAreaCapacitySet, and MSParkingArea::setRoadsideCapacity().

Referenced by NLHandler::myEndElement().

Here is the caller graph for this function:

Field Documentation

◆ myCurrentStop

◆ myHandler

◆ myHaveWarnedAboutEigen

bool NLTriggerBuilder::myHaveWarnedAboutEigen = false
protectedinherited

◆ myParkingArea

◆ myParkingAreaCapacitySet

bool NLTriggerBuilder::myParkingAreaCapacitySet = false
protectedinherited

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