SUMO - Simulation of Urban MObility
GNEAttributeCarrier Class Referenceabstract

#include <GNEAttributeCarrier.h>

Inheritance diagram for GNEAttributeCarrier:
Inheritance graph
Collaboration diagram for GNEAttributeCarrier:
Collaboration graph

Public Member Functions

void decRef (const std::string &debugMsg="")
 
virtual std::string getAttribute (SumoXMLAttr key) const =0
 
std::vector< SumoXMLAttrgetAttrs () const
 get vector of attributes More...
 
template<>
int getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 
template<>
double getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 
template<>
bool getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 
template<>
std::string getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 
template<>
SUMOVehicleClass getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 
template<>
SUMOVehicleShape getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 
template<>
std::vector< int > getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 
template<>
std::vector< double > getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 
template<>
std::vector< bool > getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 
template<>
std::vector< std::string > getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 
virtual std::string getDescription ()
 how should this attribute carrier be called More...
 
GUIIcon getGUIIcon () const
 get GUI icon assigned to this object More...
 
FXIcon * getIcon () const
 get FXIcon assigned to this object More...
 
const std::string getID () const
 function to support debugging More...
 
SumoXMLTag getTag () const
 get XML Tag assigned to this object More...
 
 GNEAttributeCarrier (SumoXMLTag tag, GUIIcon icon)
 Constructor. More...
 
void incRef (const std::string &debugMsg="")
 
virtual bool isValid (SumoXMLAttr key, const std::string &value)
 
template<>
int parse (const std::string &string)
 
template<>
double parse (const std::string &string)
 
template<>
bool parse (const std::string &string)
 
template<>
std::string parse (const std::string &string)
 
template<>
SUMOVehicleClass parse (const std::string &string)
 
template<>
SUMOVehicleShape parse (const std::string &string)
 
template<>
std::vector< std::string > parse (const std::string &string)
 
template<>
std::vector< int > parse (const std::string &string)
 
template<>
std::vector< double > parse (const std::string &string)
 
template<>
std::vector< bool > parse (const std::string &string)
 
virtual void setAttribute (SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)=0
 
bool unreferenced ()
 
virtual ~GNEAttributeCarrier ()
 Destructor. More...
 

Static Public Member Functions

static const std::vector< std::pair< SumoXMLAttr, std::string > > & allowedAttributes (SumoXMLTag tag)
 get all editable attributes for tag and their default values. More...
 
static const std::vector< SumoXMLTag > & allowedTags (bool net)
 get all editable for tag (net or additional). More...
 
template<typename T >
static bool canParse (const std::string &string)
 true if a number of type T can be parsed from string More...
 
static const std::vector< std::string > & discreteChoices (SumoXMLTag tag, SumoXMLAttr attr)
 return a list of discrete choices for this attribute or an empty vector More...
 
static bool discreteCombinableChoices (SumoXMLTag tag, SumoXMLAttr attr)
 return whether the given attribute allows for a combination of discrete values More...
 
static std::string getAttributeType (SumoXMLTag tag, SumoXMLAttr attr)
 get type of attribute More...
 
template<typename T >
static T getDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 return the default value of the attribute of an element More...
 
static std::string getDefinition (SumoXMLTag tag, SumoXMLAttr attr)
 return definition of a certain SumoXMLAttr More...
 
static int getHigherNumberOfAttributes ()
 return the number of attributes of the tag with the most highter number of attributes More...
 
static bool hasAttribute (SumoXMLTag tag, SumoXMLAttr attr)
 check if an element with certain tag has a certain attribute More...
 
static bool hasDefaultValue (SumoXMLTag tag, SumoXMLAttr attr)
 check if attribute of an element has a default avlue More...
 
static bool isBool (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is of type bool for a certain tag More...
 
static bool isDiscrete (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is Discrete More...
 
static bool isFilename (SumoXMLTag tag, SumoXMLAttr attr)
 whether a string attribute is a filename More...
 
static bool isFloat (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is numerical of type float More...
 
static bool isInt (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is numerical or type int More...
 
static bool isList (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is of type bool More...
 
static bool isNonEditable (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is non editable More...
 
static bool isNumerical (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is numerical (int or float) More...
 
static bool isPositive (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is only Positive (i.e. cannot take negative values) More...
 
template<typename T >
static bool isPositive (const std::string &string)
 true if a positive number of type T can be parsed from string More...
 
static bool isProbability (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is a probability (i.e. oly can values between [0, 1]) More...
 
static bool isString (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is of type string More...
 
static bool isTime (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is time More...
 
static bool isUnique (SumoXMLTag tag, SumoXMLAttr attr)
 whether an attribute is unique (may not be edited for a multi-selection and don't have a default value) More...
 
static bool isValidFilename (const std::string &value)
 true if value is a valid file value More...
 
static bool isValidID (const std::string &value)
 true if value is a valid sumo ID More...
 
template<typename T >
static T parse (const std::string &string)
 parses a number of type T from string More...
 

Static Public Attributes

static const std::string APPROVED = "approved"
 feature has been approved but not changed (i.e. after being reguessed) More...
 
static const std::string GUESSED = "guessed"
 feature has been reguessed (may still be unchanged be we can't tell (yet) More...
 
static const std::string LOADED = "loaded"
 feature is still unchanged after being loaded (implies approval) More...
 
static const std::string MODIFIED = "modified"
 feature has been manually modified (implies approval) More...
 

Private Member Functions

GNEAttributeCarrieroperator= (const GNEAttributeCarrier &src)
 Invalidated assignment operator. More...
 
virtual void setAttribute (SumoXMLAttr key, const std::string &value)=0
 method for setting the attribute and nothing else (used in GNEChange_Attribute) More...
 

Private Attributes

GUIIcon myIcon
 icon associated to this AC More...
 
const SumoXMLTag myTag
 the xml tag to which this attribute carrier corresponds More...
 

Static Private Attributes

static std::map< SumoXMLTag, std::vector< std::pair< SumoXMLAttr, std::string > > > _allowedAttributes
 map with the allowed attributes and their default values More...
 
static std::vector< SumoXMLTagmyAllowedAdditionalTags
 vector with the allowed tags of additionals More...
 
static std::map< SumoXMLTag, SumoXMLTagmyAllowedAdditionalWithParentTags
 map with the allowed tags of additionals with parent and their parent More...
 
static std::vector< SumoXMLTagmyAllowedNetElementTags
 vector with the allowed tags of netElements More...
 
static std::map< SumoXMLTag, std::map< SumoXMLAttr, std::string > > myAttrDefinitions
 map with the definition of attributes More...
 
static std::map< SumoXMLTag, std::set< SumoXMLAttr > > myBoolAttrs
 map with the boolean attributes More...
 
static std::map< SumoXMLTag, std::map< SumoXMLAttr, std::vector< std::string > > > myDiscreteChoices
 map with the values of discrete choices More...
 
static std::map< SumoXMLTag, std::set< SumoXMLAttr > > myFileAttrs
 map with the empty attributes More...
 
static std::map< SumoXMLTag, std::set< SumoXMLAttr > > myListAttrs
 map with the attributes of type list More...
 
static int myMaxNumAttribute = 0
 maximum number of attributes of all tags More...
 
static std::map< SumoXMLTag, std::set< SumoXMLAttr > > myNonEditableAttrs
 map with the non-editable attributes More...
 
static std::map< SumoXMLTag, std::set< SumoXMLAttr > > myNumericalFloatAttrs
 map with the numerical attributes of type Float More...
 
static std::map< SumoXMLTag, std::set< SumoXMLAttr > > myNumericalIntAttrs
 map with the numerical attributes of type Int More...
 
static std::map< SumoXMLTag, std::set< SumoXMLAttr > > myPositiveAttrs
 map with the positive attributes More...
 
static std::map< SumoXMLTag, std::set< SumoXMLAttr > > myProbabilityAttrs
 map with the probability attributes More...
 
static std::map< SumoXMLTag, std::set< SumoXMLAttr > > myTimeAttrs
 map with the attributes of type time More...
 
static std::map< SumoXMLTag, std::set< SumoXMLAttr > > myUniqueAttrs
 map with the unique attributes (i.e. attributes without default values) More...
 

Friends

class GNEChange_Attribute
 declare friend class More...
 

Detailed Description

Abstract Base class for gui objects which carry attributes inherits from GNEReferenceCounter for convenience

Definition at line 58 of file GNEAttributeCarrier.h.

Constructor & Destructor Documentation

◆ GNEAttributeCarrier()

GNEAttributeCarrier::GNEAttributeCarrier ( SumoXMLTag  tag,
GUIIcon  icon 
)

Constructor.

Parameters
[in]tagSUMO Tag assigned to this type of object
[in]iconGUIIcon associated to the type of object

Definition at line 69 of file GNEAttributeCarrier.cpp.

◆ ~GNEAttributeCarrier()

Member Function Documentation

◆ allowedAttributes()

const std::vector< std::pair< SumoXMLAttr, std::string > > & GNEAttributeCarrier::allowedAttributes ( SumoXMLTag  tag)
static

get all editable attributes for tag and their default values.

Definition at line 250 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, GNE_ATTR_SHAPE_END, GNE_ATTR_SHAPE_START, NODEFAULTVALUE, SUMO_ATTR_ACCEL, SUMO_ATTR_ACCELERATION, SUMO_ATTR_ALLOW, SUMO_ATTR_ARRIVALLANE, SUMO_ATTR_ARRIVALPOS, SUMO_ATTR_ARRIVALPOS_LAT, SUMO_ATTR_ARRIVALSPEED, SUMO_ATTR_BEGIN, SUMO_ATTR_BOARDING_DURATION, SUMO_ATTR_CAR_FOLLOW_MODEL, SUMO_ATTR_CHARGEDELAY, SUMO_ATTR_CHARGEINTRANSIT, SUMO_ATTR_CHARGINGPOWER, SUMO_ATTR_COLOR, SUMO_ATTR_CONT, SUMO_ATTR_CONTAINER_CAPACITY, SUMO_ATTR_CONTAINER_NUMBER, SUMO_ATTR_CONTPOS, SUMO_ATTR_DECEL, SUMO_ATTR_DEPARTLANE, SUMO_ATTR_DEPARTPOS, SUMO_ATTR_DEPARTPOS_LAT, SUMO_ATTR_DEPARTSPEED, SUMO_ATTR_DISALLOW, SUMO_ATTR_EDGE, SUMO_ATTR_EDGES, SUMO_ATTR_EFFICIENCY, SUMO_ATTR_EMISSIONCLASS, SUMO_ATTR_END, SUMO_ATTR_ENDOFFSET, SUMO_ATTR_ENDPOS, SUMO_ATTR_FILE, SUMO_ATTR_FREQUENCY, SUMO_ATTR_FROM, SUMO_ATTR_FROM_LANE, SUMO_ATTR_GUISHAPE, SUMO_ATTR_HALTING_SPEED_THRESHOLD, SUMO_ATTR_HALTING_TIME_THRESHOLD, SUMO_ATTR_ID, SUMO_ATTR_IMGFILE, SUMO_ATTR_IMPATIENCE, SUMO_ATTR_INDEX, SUMO_ATTR_JAM_DIST_THRESHOLD, SUMO_ATTR_KEEP_CLEAR, SUMO_ATTR_LANE, SUMO_ATTR_LANE_CHANGE_MODEL, SUMO_ATTR_LANES, SUMO_ATTR_LATALIGNMENT, SUMO_ATTR_LENGTH, SUMO_ATTR_LINE, SUMO_ATTR_LINES, SUMO_ATTR_LOADING_DURATION, SUMO_ATTR_MAXSPEED, SUMO_ATTR_MAXSPEED_LAT, SUMO_ATTR_MINGAP, SUMO_ATTR_MINGAP_LAT, SUMO_ATTR_NAME, SUMO_ATTR_NUMBER, SUMO_ATTR_NUMLANES, SUMO_ATTR_OFF, SUMO_ATTR_OUTPUT, SUMO_ATTR_PASS, SUMO_ATTR_PERIOD, SUMO_ATTR_PERSON_CAPACITY, SUMO_ATTR_PERSON_NUMBER, SUMO_ATTR_POSITION, SUMO_ATTR_PRIORITY, SUMO_ATTR_PROB, SUMO_ATTR_RADIUS, SUMO_ATTR_REROUTE, SUMO_ATTR_ROUTE, SUMO_ATTR_ROUTEPROBE, SUMO_ATTR_SHAPE, SUMO_ATTR_SIGMA, SUMO_ATTR_SPEED, SUMO_ATTR_SPEEDDEV, SUMO_ATTR_SPEEDFACTOR, SUMO_ATTR_SPLIT_VTYPE, SUMO_ATTR_SPREADTYPE, SUMO_ATTR_STARTPOS, SUMO_ATTR_STARTTIME, SUMO_ATTR_TAU, SUMO_ATTR_TIME, SUMO_ATTR_TLID, SUMO_ATTR_TLTYPE, SUMO_ATTR_TO, SUMO_ATTR_TO_LANE, SUMO_ATTR_TYPE, SUMO_ATTR_UNCONTROLLED, SUMO_ATTR_VCLASS, SUMO_ATTR_VEHSPERHOUR, SUMO_ATTR_VISIBILITY_DISTANCE, SUMO_ATTR_WIDTH, SUMO_ATTR_X, SUMO_ATTR_Y, SUMO_TAG_BUS_STOP, SUMO_TAG_CALIBRATOR, SUMO_TAG_CHARGING_STATION, SUMO_TAG_CONNECTION, SUMO_TAG_CONTAINER_STOP, SUMO_TAG_CROSSING, SUMO_TAG_DET_ENTRY, SUMO_TAG_DET_EXIT, SUMO_TAG_E1DETECTOR, SUMO_TAG_E2DETECTOR, SUMO_TAG_E3DETECTOR, SUMO_TAG_EDGE, SUMO_TAG_FLOW, SUMO_TAG_JUNCTION, SUMO_TAG_LANE, SUMO_TAG_POI, SUMO_TAG_REROUTER, SUMO_TAG_ROUTE, SUMO_TAG_ROUTEPROBE, SUMO_TAG_STEP, SUMO_TAG_VAPORIZER, SUMO_TAG_VSS, SUMO_TAG_VTYPE, and toString().

Referenced by getAttrs(), getHigherNumberOfAttributes(), hasAttribute(), hasDefaultValue(), GNECrossingFrame::crossingParameters::onCmdHelp(), GNESelectorFrame::onCmdSelMBAttribute(), GNESelectorFrame::onCmdSelMBTag(), GNEAdditionalFrame::setParametersOfAdditional(), and ~GNEAttributeCarrier().

◆ allowedTags()

◆ canParse()

template<typename T >
static bool GNEAttributeCarrier::canParse ( const std::string &  string)
inlinestatic

true if a number of type T can be parsed from string

Definition at line 184 of file GNEAttributeCarrier.h.

References parse().

Referenced by GNECalibratorRoute::setEdges().

◆ decRef()

◆ discreteChoices()

◆ discreteCombinableChoices()

bool GNEAttributeCarrier::discreteCombinableChoices ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

return whether the given attribute allows for a combination of discrete values

Definition at line 1003 of file GNEAttributeCarrier.cpp.

References SUMO_ATTR_ALLOW, and SUMO_ATTR_DISALLOW.

Referenced by GNEInspectorFrame::AttributeInput::onCmdSetAttribute(), GNEInspectorFrame::AttributeInput::showAttribute(), and ~GNEAttributeCarrier().

◆ getAttribute()

◆ getAttributeType()

std::string GNEAttributeCarrier::getAttributeType ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

get type of attribute

Definition at line 212 of file GNEAttributeCarrier.cpp.

References isBool(), isFloat(), isInt(), isList(), isString(), isTime(), and toString().

Referenced by GNEAdditionalHandler::getParsedAttribute(), and ~GNEAttributeCarrier().

◆ getAttrs()

std::vector< SumoXMLAttr > GNEAttributeCarrier::getAttrs ( ) const

get vector of attributes

Definition at line 196 of file GNEAttributeCarrier.cpp.

References allowedAttributes(), and myTag.

Referenced by GNEAdditional::getParameterWindow(), GNEAdditional::getPopUpMenu(), isValid(), and ~GNEAttributeCarrier().

◆ getDefaultValue() [1/11]

template<typename T >
static T GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

return the default value of the attribute of an element

Note
It's advisable to check before with function hasDefaultValue if exits a default value

Referenced by GNEAdditionalFrame::AdditionalAttributes::addAttribute(), and ~GNEAttributeCarrier().

◆ getDefaultValue() [2/11]

template<>
int GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)

Definition at line 1217 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, NODEFAULTVALUE, and toString().

◆ getDefaultValue() [3/11]

template<>
double GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)

Definition at line 1229 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, NODEFAULTVALUE, and toString().

◆ getDefaultValue() [4/11]

template<>
bool GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)

Definition at line 1241 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, NODEFAULTVALUE, and toString().

◆ getDefaultValue() [5/11]

template<>
std::string GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)

Definition at line 1253 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, NODEFAULTVALUE, and toString().

◆ getDefaultValue() [6/11]

template<>
SUMOVehicleClass GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)

Definition at line 1265 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, NODEFAULTVALUE, and toString().

◆ getDefaultValue() [7/11]

template<>
SUMOVehicleShape GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)

Definition at line 1278 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, NODEFAULTVALUE, and toString().

◆ getDefaultValue() [8/11]

template<>
std::vector<int> GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)

Definition at line 1290 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, NODEFAULTVALUE, and toString().

◆ getDefaultValue() [9/11]

template<>
std::vector<double> GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)

Definition at line 1302 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, NODEFAULTVALUE, and toString().

◆ getDefaultValue() [10/11]

template<>
std::vector<bool> GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)

Definition at line 1314 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, NODEFAULTVALUE, and toString().

◆ getDefaultValue() [11/11]

template<>
std::vector<std::string> GNEAttributeCarrier::getDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)

Definition at line 1326 of file GNEAttributeCarrier.cpp.

References _allowedAttributes, and toString().

◆ getDefinition()

std::string GNEAttributeCarrier::getDefinition ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

return definition of a certain SumoXMLAttr

Definition at line 1009 of file GNEAttributeCarrier.cpp.

References myAttrDefinitions, SUMO_ATTR_ACCEL, SUMO_ATTR_ALLOW, SUMO_ATTR_ARRIVALLANE, SUMO_ATTR_ARRIVALPOS, SUMO_ATTR_ARRIVALPOS_LAT, SUMO_ATTR_ARRIVALSPEED, SUMO_ATTR_BEGIN, SUMO_ATTR_BOARDING_DURATION, SUMO_ATTR_CAR_FOLLOW_MODEL, SUMO_ATTR_CHARGEDELAY, SUMO_ATTR_CHARGEINTRANSIT, SUMO_ATTR_CHARGINGPOWER, SUMO_ATTR_COLOR, SUMO_ATTR_CONT, SUMO_ATTR_CONTAINER_CAPACITY, SUMO_ATTR_CONTAINER_NUMBER, SUMO_ATTR_CONTPOS, SUMO_ATTR_DECEL, SUMO_ATTR_DEPARTLANE, SUMO_ATTR_DEPARTPOS, SUMO_ATTR_DEPARTPOS_LAT, SUMO_ATTR_DEPARTSPEED, SUMO_ATTR_DISALLOW, SUMO_ATTR_EDGE, SUMO_ATTR_EDGES, SUMO_ATTR_EFFICIENCY, SUMO_ATTR_EMISSIONCLASS, SUMO_ATTR_END, SUMO_ATTR_ENDOFFSET, SUMO_ATTR_ENDPOS, SUMO_ATTR_FILE, SUMO_ATTR_FREQUENCY, SUMO_ATTR_FROM, SUMO_ATTR_FROM_LANE, SUMO_ATTR_GUISHAPE, SUMO_ATTR_HALTING_SPEED_THRESHOLD, SUMO_ATTR_HALTING_TIME_THRESHOLD, SUMO_ATTR_ID, SUMO_ATTR_IMGFILE, SUMO_ATTR_IMPATIENCE, SUMO_ATTR_INDEX, SUMO_ATTR_JAM_DIST_THRESHOLD, SUMO_ATTR_KEEP_CLEAR, SUMO_ATTR_LANE, SUMO_ATTR_LANE_CHANGE_MODEL, SUMO_ATTR_LANES, SUMO_ATTR_LATALIGNMENT, SUMO_ATTR_LENGTH, SUMO_ATTR_LINE, SUMO_ATTR_LINES, SUMO_ATTR_LOADING_DURATION, SUMO_ATTR_MAXSPEED, SUMO_ATTR_MAXSPEED_LAT, SUMO_ATTR_MINGAP, SUMO_ATTR_MINGAP_LAT, SUMO_ATTR_NAME, SUMO_ATTR_NUMBER, SUMO_ATTR_NUMLANES, SUMO_ATTR_OFF, SUMO_ATTR_OUTPUT, SUMO_ATTR_PASS, SUMO_ATTR_PERIOD, SUMO_ATTR_PERSON_CAPACITY, SUMO_ATTR_PERSON_NUMBER, SUMO_ATTR_POSITION, SUMO_ATTR_PRIORITY, SUMO_ATTR_PROB, SUMO_ATTR_RADIUS, SUMO_ATTR_REROUTE, SUMO_ATTR_ROUTE, SUMO_ATTR_ROUTEPROBE, SUMO_ATTR_SHAPE, SUMO_ATTR_SIGMA, SUMO_ATTR_SPEED, SUMO_ATTR_SPEEDDEV, SUMO_ATTR_SPEEDFACTOR, SUMO_ATTR_SPLIT_VTYPE, SUMO_ATTR_SPREADTYPE, SUMO_ATTR_STARTPOS, SUMO_ATTR_TAU, SUMO_ATTR_TLID, SUMO_ATTR_TLTYPE, SUMO_ATTR_TO, SUMO_ATTR_TO_LANE, SUMO_ATTR_TYPE, SUMO_ATTR_UNCONTROLLED, SUMO_ATTR_VCLASS, SUMO_ATTR_VEHSPERHOUR, SUMO_ATTR_VISIBILITY_DISTANCE, SUMO_ATTR_WIDTH, SUMO_ATTR_X, SUMO_ATTR_Y, SUMO_TAG_BUS_STOP, SUMO_TAG_CALIBRATOR, SUMO_TAG_CHARGING_STATION, SUMO_TAG_CONNECTION, SUMO_TAG_CONTAINER_STOP, SUMO_TAG_CROSSING, SUMO_TAG_DET_ENTRY, SUMO_TAG_DET_EXIT, SUMO_TAG_E1DETECTOR, SUMO_TAG_E2DETECTOR, SUMO_TAG_E3DETECTOR, SUMO_TAG_EDGE, SUMO_TAG_FLOW, SUMO_TAG_JUNCTION, SUMO_TAG_LANE, SUMO_TAG_POI, SUMO_TAG_REROUTER, SUMO_TAG_ROUTE, SUMO_TAG_ROUTEPROBE, SUMO_TAG_VSS, and SUMO_TAG_VTYPE.

Referenced by GNECrossingFrame::crossingParameters::onCmdHelp(), GNEAdditionalFrame::AdditionalAttributes::onCmdHelp(), and ~GNEAttributeCarrier().

◆ getDescription()

std::string GNEAttributeCarrier::getDescription ( )
virtual

how should this attribute carrier be called

Definition at line 172 of file GNEAttributeCarrier.cpp.

References myTag, and toString().

Referenced by GNEChange_Attribute::redoName(), GNEAdditionalFrame::removeAdditional(), GNEChange_Attribute::undoName(), and ~GNEAttributeCarrier().

◆ getGUIIcon()

GUIIcon GNEAttributeCarrier::getGUIIcon ( ) const

get GUI icon assigned to this object

Definition at line 190 of file GNEAttributeCarrier.cpp.

References myIcon.

Referenced by ~GNEAttributeCarrier().

◆ getHigherNumberOfAttributes()

int GNEAttributeCarrier::getHigherNumberOfAttributes ( )
static

return the number of attributes of the tag with the most highter number of attributes

Definition at line 1201 of file GNEAttributeCarrier.cpp.

References allowedAttributes(), allowedTags(), MAX2(), myAllowedAdditionalTags, myAllowedNetElementTags, and myMaxNumAttribute.

Referenced by GNEInspectorFrame::GNEInspectorFrame(), and ~GNEAttributeCarrier().

◆ getIcon()

◆ getID()

const std::string GNEAttributeCarrier::getID ( ) const
virtual

function to support debugging

Implements GNEReferenceCounter.

Definition at line 206 of file GNEAttributeCarrier.cpp.

References getAttribute(), and SUMO_ATTR_ID.

Referenced by GNEAdditionalFrame::addAdditional(), GNELane::addAdditionalChild(), GNEEdge::addAdditionalChild(), GNECrossingFrame::addCrossing(), GNERerouter::addEdgeChild(), GNEDetectorE3::addEntryChild(), GNEDetectorE3::addExitChild(), GNEEdge::addGNERerouter(), GNEJunction::addIncomingGNEEdge(), GNEJunction::addOutgoingGNEEdge(), GNENet::addReversedEdge(), GNEAdditionalHandler::buildDetectorEntry(), GNEAdditionalHandler::buildDetectorExit(), GNEAdditionalHandler::checkAdditionalParent(), GNEDeleteFrame::createPopUpMenu(), GNEInspectorFrame::createPopUpMenu(), GNENet::deleteAdditional(), GNEDetectorE3::generateEntryID(), GNEDetectorE3::generateExitID(), GNEAdditionalFrame::generateID(), GNEVaporizer::getAttribute(), GNERouteProbe::getAttribute(), GNEConnection::getAttribute(), GNECalibrator::getAttribute(), GNEJunction::getAttribute(), GNECalibrator::getCalibratorFlow(), GNECalibrator::getCalibratorRoute(), GNECalibrator::getCalibratorVehicleType(), GNEAdditionalHandler::getPosition(), GNENet::insertAdditional(), GNERerouterInterval::insertClosingReroutes(), GNERerouterInterval::insertClosinLanegReroutes(), GNERerouterInterval::insertDestProbReroutes(), GNEDeleteFrame::markAttributeCarrier(), GNECrossingFrame::crossingParameters::markEdge(), GNEAdditionalHandler::parseVariableSpeedSignStep(), GNEChange_Junction::redo(), GNEChange_TLS::redo(), GNEChange_Connection::redo(), GNEChange_Lane::redo(), GNEChange_Additional::redo(), GNEChange_Edge::redo(), GNEChange_Crossing::redo(), GNENet::refreshAdditional(), GNELane::removeAdditionalChild(), GNEEdge::removeAdditionalChild(), GNEDeleteFrame::removeAttributeCarrier(), GNERerouterInterval::removeClosingLaneReroutes(), GNERerouterInterval::removeClosingReroutes(), GNERerouterInterval::removeDestProbReroutes(), GNERerouter::removeEdgeChild(), GNEDetectorE3::removeEntryChild(), GNEDetectorE3::removeExitChild(), GNEEdge::removeGNERerouter(), GNEJunction::removeIncomingGNEEdge(), GNEJunction::removeOutgoingGNEEdge(), GNEAdditionalHandler::resetLastTag(), GNENet::reverseEdge(), GNERerouter::setAttribute(), GNEChange_Junction::undo(), GNEChange_TLS::undo(), GNEChange_Lane::undo(), GNEChange_Connection::undo(), GNEChange_Additional::undo(), GNEChange_Edge::undo(), GNEChange_Crossing::undo(), GNENet::updateAdditionalID(), GNEDeleteFrame::updateCurrentLabel(), GNEDetectorE1::writeAdditional(), GNEChargingStation::writeAdditional(), GNEVaporizer::writeAdditional(), GNEDetectorE2::writeAdditional(), GNEVariableSpeedSign::writeAdditional(), GNEContainerStop::writeAdditional(), GNERouteProbe::writeAdditional(), GNEBusStop::writeAdditional(), GNERerouter::writeAdditional(), GNEDetectorE3::writeAdditional(), GNECalibrator::writeAdditional(), ~GNEAttributeCarrier(), GNEChange_Additional::~GNEChange_Additional(), GNEChange_Edge::~GNEChange_Edge(), GNEChange_Junction::~GNEChange_Junction(), GNEChange_Lane::~GNEChange_Lane(), and GNEChange_TLS::~GNEChange_TLS().

◆ getTag()

SumoXMLTag GNEAttributeCarrier::getTag ( ) const

get XML Tag assigned to this object

Definition at line 178 of file GNEAttributeCarrier.cpp.

References myTag.

Referenced by GNELane::addAdditionalChild(), GNEEdge::addAdditionalChild(), GNERerouter::addEdgeChild(), GNEEdge::addGNERerouter(), GNEJunction::addIncomingGNEEdge(), GNEJunction::addOutgoingGNEEdge(), GNEAdditionalHandler::buildDetectorEntry(), GNEAdditionalHandler::buildDetectorExit(), GNEAdditional::changeEdge(), GNEAdditional::changeLane(), GNEAdditionalHandler::checkAdditionalParent(), GNEVariableSpeedSign::commmitAdditionalGeometryMoved(), GNEDetector::commmitAdditionalGeometryMoved(), GNEStoppingPlace::commmitAdditionalGeometryMoved(), GNERerouter::commmitAdditionalGeometryMoved(), GNEDetectorE3::commmitAdditionalGeometryMoved(), GNEDeleteFrame::createPopUpMenu(), GNEInspectorFrame::createPopUpMenu(), GNENet::deleteAdditional(), GNEDetectorE1::getAttribute(), GNEDetectorEntry::getAttribute(), GNEDetectorExit::getAttribute(), GNEDetectorE2::getAttribute(), GNEContainerStop::getAttribute(), GNEBusStop::getAttribute(), GNECrossing::getAttribute(), GNEVaporizer::getAttribute(), GNEVariableSpeedSign::getAttribute(), GNERouteProbe::getAttribute(), GNERerouter::getAttribute(), GNEChargingStation::getAttribute(), GNEDetectorE3::getAttribute(), GNEConnection::getAttribute(), GNEEdge::getAttribute(), GNECalibrator::getAttribute(), GNEJunction::getAttribute(), GNELane::getAttribute(), GNECalibrator::getCalibratorFlow(), GNECalibrator::getCalibratorRoute(), GNECalibrator::getCalibratorVehicleType(), GNESelectorFrame::getMatches(), GNEAdditional::getParameterWindow(), GNEAdditional::getPopUpMenu(), GNEEdge::getRouteProbeRelativePosition(), GNEEdge::getVaporizerRelativePosition(), GNENet::insertAdditional(), GNEDetectorE1::isValid(), GNEDetectorEntry::isValid(), GNEDetectorExit::isValid(), GNEDetectorE2::isValid(), GNEBusStop::isValid(), GNEContainerStop::isValid(), GNECrossing::isValid(), GNEVaporizer::isValid(), GNEVariableSpeedSign::isValid(), GNERouteProbe::isValid(), GNERerouter::isValid(), GNEChargingStation::isValid(), GNEDetectorE3::isValid(), GNEConnection::isValid(), GNEEdge::isValid(), GNECalibrator::isValid(), GNEJunction::isValid(), GNELane::isValid(), GNEDeleteFrame::markAttributeCarrier(), GNEDetector::moveAdditionalGeometry(), GNECalibratorRouteDialog::onCmdAccept(), GNECalibratorFlowDialog::onCmdAccept(), GNECalibratorVehicleTypeDialog::onCmdAccept(), GNERerouterIntervalDialog::onCmdAccept(), GNEViewNet::onLeftBtnPress(), GNEAdditionalHandler::parseAndBuildDetectorE3(), GNEAdditionalHandler::parseAndBuildVariableSpeedSign(), GNEAdditionalHandler::parseVariableSpeedSignStep(), GNEChange_Junction::redo(), GNEChange_TLS::redo(), GNEChange_Connection::redo(), GNEChange_Lane::redo(), GNEChange_Additional::redo(), GNEChange_Edge::redo(), GNEChange_Additional::redoName(), GNENet::refreshAdditional(), GNELane::removeAdditionalChild(), GNEEdge::removeAdditionalChild(), GNEDeleteFrame::removeAttributeCarrier(), GNERerouter::removeEdgeChild(), GNEEdge::removeGNERerouter(), GNEJunction::removeIncomingGNEEdge(), GNEEdge::removeLane(), GNEJunction::removeOutgoingGNEEdge(), GNEAdditionalHandler::resetLastTag(), GNEDetectorE1::setAttribute(), GNEDetectorEntry::setAttribute(), GNEDetectorExit::setAttribute(), GNEDetectorE2::setAttribute(), GNEBusStop::setAttribute(), GNEContainerStop::setAttribute(), GNECrossing::setAttribute(), GNEVaporizer::setAttribute(), GNEVariableSpeedSign::setAttribute(), GNERouteProbe::setAttribute(), GNERerouter::setAttribute(), GNEChargingStation::setAttribute(), GNEDetectorE3::setAttribute(), GNEConnection::setAttribute(), GNEEdge::setAttribute(), GNECalibrator::setAttribute(), GNEJunction::setAttribute(), GNELane::setAttribute(), GNEDetector::setPositionOverLane(), GNEDeleteFrame::showAttributeCarrierChilds(), GNEInspectorFrame::showAttributeCarrierChilds(), GNEChange_Junction::undo(), GNEChange_TLS::undo(), GNEChange_Lane::undo(), GNEChange_Connection::undo(), GNEChange_Additional::undo(), GNEChange_Edge::undo(), GNEChange_Additional::undoName(), GNENet::updateAdditionalID(), GNEDeleteFrame::updateCurrentLabel(), GNEDetectorE1::writeAdditional(), GNEChargingStation::writeAdditional(), GNEVaporizer::writeAdditional(), GNEDetectorE2::writeAdditional(), GNERouteProbe::writeAdditional(), GNEContainerStop::writeAdditional(), GNEBusStop::writeAdditional(), GNEVariableSpeedSign::writeAdditional(), GNERerouter::writeAdditional(), GNEDetectorE3::writeAdditional(), GNECalibrator::writeAdditional(), ~GNEAttributeCarrier(), GNEChange_Additional::~GNEChange_Additional(), GNEChange_Edge::~GNEChange_Edge(), GNEChange_Junction::~GNEChange_Junction(), GNEChange_Lane::~GNEChange_Lane(), and GNEChange_TLS::~GNEChange_TLS().

◆ hasAttribute()

bool GNEAttributeCarrier::hasAttribute ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

◆ hasDefaultValue()

bool GNEAttributeCarrier::hasDefaultValue ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

check if attribute of an element has a default avlue

Definition at line 930 of file GNEAttributeCarrier.cpp.

References allowedAttributes(), NODEFAULTVALUE, and toString().

Referenced by GNEAdditionalHandler::getParsedAttribute(), GNEInspectorFrame::AttributeInput::onCmdSetAttribute(), and ~GNEAttributeCarrier().

◆ incRef()

void GNEReferenceCounter::incRef ( const std::string &  debugMsg = "")
inlineinherited

◆ isBool()

◆ isDiscrete()

bool GNEAttributeCarrier::isDiscrete ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

◆ isFilename()

◆ isFloat()

bool GNEAttributeCarrier::isFloat ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

whether an attribute is numerical of type float

Definition at line 541 of file GNEAttributeCarrier.cpp.

References myNumericalFloatAttrs, SUMO_ATTR_ACCEL, SUMO_ATTR_CHARGINGPOWER, SUMO_ATTR_CONTPOS, SUMO_ATTR_DECEL, SUMO_ATTR_EFFICIENCY, SUMO_ATTR_ENDOFFSET, SUMO_ATTR_ENDPOS, SUMO_ATTR_HALTING_SPEED_THRESHOLD, SUMO_ATTR_IMPATIENCE, SUMO_ATTR_JAM_DIST_THRESHOLD, SUMO_ATTR_LENGTH, SUMO_ATTR_MAXSPEED, SUMO_ATTR_MAXSPEED_LAT, SUMO_ATTR_MINGAP, SUMO_ATTR_MINGAP_LAT, SUMO_ATTR_PERIOD, SUMO_ATTR_POSITION, SUMO_ATTR_PROB, SUMO_ATTR_RADIUS, SUMO_ATTR_SIGMA, SUMO_ATTR_SPEED, SUMO_ATTR_SPEEDDEV, SUMO_ATTR_SPEEDFACTOR, SUMO_ATTR_STARTPOS, SUMO_ATTR_TAU, SUMO_ATTR_VEHSPERHOUR, SUMO_ATTR_VISIBILITY_DISTANCE, SUMO_ATTR_WIDTH, SUMO_ATTR_X, SUMO_ATTR_Y, SUMO_TAG_BUS_STOP, SUMO_TAG_CALIBRATOR, SUMO_TAG_CHARGING_STATION, SUMO_TAG_CONNECTION, SUMO_TAG_CONTAINER_STOP, SUMO_TAG_CROSSING, SUMO_TAG_E2DETECTOR, SUMO_TAG_E3DETECTOR, SUMO_TAG_EDGE, SUMO_TAG_FLOW, SUMO_TAG_JUNCTION, SUMO_TAG_LANE, SUMO_TAG_REROUTER, SUMO_TAG_STEP, and SUMO_TAG_VTYPE.

Referenced by GNEAdditionalFrame::AdditionalAttributes::addAttribute(), getAttributeType(), GNEAdditionalHandler::getParsedAttribute(), GNEAdditionalFrame::AdditionalAttributeSingle::getValue(), isNumerical(), GNECrossingFrame::crossingParameters::onCmdHelp(), GNEAdditionalFrame::AdditionalAttributes::onCmdHelp(), GNEInspectorFrame::AttributeInput::onCmdSetAttribute(), GNEAdditionalFrame::AdditionalAttributeSingle::onCmdSetAttribute(), GNEInspectorFrame::AttributeInput::showAttribute(), and ~GNEAttributeCarrier().

◆ isInt()

◆ isList()

◆ isNonEditable()

bool GNEAttributeCarrier::isNonEditable ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

◆ isNumerical()

bool GNEAttributeCarrier::isNumerical ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

whether an attribute is numerical (int or float)

Definition at line 510 of file GNEAttributeCarrier.cpp.

References isFloat(), and isInt().

Referenced by GNESelectorFrame::getMatches(), isString(), GNESelectorFrame::onCmdSelMBString(), and ~GNEAttributeCarrier().

◆ isPositive() [1/2]

◆ isPositive() [2/2]

template<typename T >
static bool GNEAttributeCarrier::isPositive ( const std::string &  string)
inlinestatic

true if a positive number of type T can be parsed from string

Definition at line 203 of file GNEAttributeCarrier.h.

References isValidFilename(), and isValidID().

◆ isProbability()

bool GNEAttributeCarrier::isProbability ( SumoXMLTag  tag,
SumoXMLAttr  attr 
)
static

whether an attribute is a probability (i.e. oly can values between [0, 1])

Definition at line 861 of file GNEAttributeCarrier.cpp.

References myProbabilityAttrs, SUMO_ATTR_EFFICIENCY, SUMO_ATTR_PROB, SUMO_TAG_CHARGING_STATION, SUMO_TAG_FLOW, and SUMO_TAG_REROUTER.

Referenced by GNEAdditionalFrame::AdditionalAttributeSingle::onCmdSetAttribute(), and ~GNEAttributeCarrier().

◆ isString()

◆ isTime()

◆ isUnique()

◆ isValid()

◆ isValidFilename()

◆ isValidID()

bool GNEAttributeCarrier::isValidID ( const std::string &  value)
static

true if value is a valid sumo ID

Definition at line 232 of file GNEAttributeCarrier.cpp.

Referenced by isPositive(), GNEEdge::isValid(), and GNEJunction::isValid().

◆ operator=()

GNEAttributeCarrier& GNEAttributeCarrier::operator= ( const GNEAttributeCarrier src)
private

Invalidated assignment operator.

◆ parse() [1/11]

template<>
int GNEAttributeCarrier::parse ( const std::string &  string)

Definition at line 76 of file GNEAttributeCarrier.cpp.

References TplConvert::_str2int().

◆ parse() [2/11]

template<>
double GNEAttributeCarrier::parse ( const std::string &  string)

Definition at line 82 of file GNEAttributeCarrier.cpp.

References TplConvert::_str2double().

◆ parse() [3/11]

template<>
bool GNEAttributeCarrier::parse ( const std::string &  string)

Definition at line 88 of file GNEAttributeCarrier.cpp.

References TplConvert::_str2Bool().

◆ parse() [4/11]

template<>
std::string GNEAttributeCarrier::parse ( const std::string &  string)

Definition at line 94 of file GNEAttributeCarrier.cpp.

◆ parse() [5/11]

template<>
SUMOVehicleClass GNEAttributeCarrier::parse ( const std::string &  string)

Definition at line 100 of file GNEAttributeCarrier.cpp.

References SumoVehicleClassStrings, and SVC_IGNORING.

◆ parse() [6/11]

template<>
SUMOVehicleShape GNEAttributeCarrier::parse ( const std::string &  string)

Definition at line 112 of file GNEAttributeCarrier.cpp.

References SumoVehicleShapeStrings, and SVS_UNKNOWN.

◆ parse() [7/11]

template<>
std::vector<std::string> GNEAttributeCarrier::parse ( const std::string &  string)

Definition at line 124 of file GNEAttributeCarrier.cpp.

References SUMOSAXAttributes::parseStringVector().

◆ parse() [8/11]

template<>
std::vector<int> GNEAttributeCarrier::parse ( const std::string &  string)

Definition at line 132 of file GNEAttributeCarrier.cpp.

◆ parse() [9/11]

template<>
std::vector<double> GNEAttributeCarrier::parse ( const std::string &  string)

Definition at line 143 of file GNEAttributeCarrier.cpp.

◆ parse() [10/11]

template<>
std::vector<bool> GNEAttributeCarrier::parse ( const std::string &  string)

Definition at line 154 of file GNEAttributeCarrier.cpp.

◆ parse() [11/11]

template<typename T >
static T GNEAttributeCarrier::parse ( const std::string &  string)
static

parses a number of type T from string

Referenced by canParse(), and GNECalibratorRoute::setEdges().

◆ setAttribute() [1/2]

◆ setAttribute() [2/2]

virtual void GNEAttributeCarrier::setAttribute ( SumoXMLAttr  key,
const std::string &  value 
)
privatepure virtual

◆ unreferenced()

Friends And Related Function Documentation

◆ GNEChange_Attribute

Field Documentation

◆ _allowedAttributes

std::map< SumoXMLTag, std::vector< std::pair< SumoXMLAttr, std::string > > > GNEAttributeCarrier::_allowedAttributes
staticprivate

map with the allowed attributes and their default values

Definition at line 236 of file GNEAttributeCarrier.h.

Referenced by allowedAttributes(), and getDefaultValue().

◆ APPROVED

const std::string GNEAttributeCarrier::APPROVED = "approved"
static

feature has been approved but not changed (i.e. after being reguessed)

Definition at line 223 of file GNEAttributeCarrier.h.

◆ GUESSED

const std::string GNEAttributeCarrier::GUESSED = "guessed"
static

feature has been reguessed (may still be unchanged be we can't tell (yet)

Definition at line 217 of file GNEAttributeCarrier.h.

Referenced by GNEJunction::setAttribute(), and GNEEdge::setAttribute().

◆ LOADED

const std::string GNEAttributeCarrier::LOADED = "loaded"
static

feature is still unchanged after being loaded (implies approval)

Definition at line 214 of file GNEAttributeCarrier.h.

◆ MODIFIED

const std::string GNEAttributeCarrier::MODIFIED = "modified"
static

feature has been manually modified (implies approval)

Definition at line 220 of file GNEAttributeCarrier.h.

Referenced by GNEJunction::markAsModified(), and GNEConnectorFrame::onCmdClearSelectedConnections().

◆ myAllowedAdditionalTags

std::vector< SumoXMLTag > GNEAttributeCarrier::myAllowedAdditionalTags
staticprivate

vector with the allowed tags of additionals

Definition at line 242 of file GNEAttributeCarrier.h.

Referenced by allowedTags(), and getHigherNumberOfAttributes().

◆ myAllowedAdditionalWithParentTags

std::map< SumoXMLTag, SumoXMLTag > GNEAttributeCarrier::myAllowedAdditionalWithParentTags
staticprivate

map with the allowed tags of additionals with parent and their parent

Definition at line 275 of file GNEAttributeCarrier.h.

◆ myAllowedNetElementTags

std::vector< SumoXMLTag > GNEAttributeCarrier::myAllowedNetElementTags
staticprivate

vector with the allowed tags of netElements

Definition at line 239 of file GNEAttributeCarrier.h.

Referenced by allowedTags(), and getHigherNumberOfAttributes().

◆ myAttrDefinitions

std::map< SumoXMLTag, std::map< SumoXMLAttr, std::string > > GNEAttributeCarrier::myAttrDefinitions
staticprivate

map with the definition of attributes

Definition at line 281 of file GNEAttributeCarrier.h.

Referenced by getDefinition().

◆ myBoolAttrs

std::map< SumoXMLTag, std::set< SumoXMLAttr > > GNEAttributeCarrier::myBoolAttrs
staticprivate

map with the boolean attributes

Definition at line 254 of file GNEAttributeCarrier.h.

Referenced by isBool().

◆ myDiscreteChoices

std::map< SumoXMLTag, std::map< SumoXMLAttr, std::vector< std::string > > > GNEAttributeCarrier::myDiscreteChoices
staticprivate

map with the values of discrete choices

Definition at line 278 of file GNEAttributeCarrier.h.

Referenced by discreteChoices().

◆ myFileAttrs

std::map< SumoXMLTag, std::set< SumoXMLAttr > > GNEAttributeCarrier::myFileAttrs
staticprivate

map with the empty attributes

Definition at line 272 of file GNEAttributeCarrier.h.

Referenced by isFilename().

◆ myIcon

GUIIcon GNEAttributeCarrier::myIcon
private

icon associated to this AC

Definition at line 233 of file GNEAttributeCarrier.h.

Referenced by getGUIIcon(), and getIcon().

◆ myListAttrs

std::map< SumoXMLTag, std::set< SumoXMLAttr > > GNEAttributeCarrier::myListAttrs
staticprivate

map with the attributes of type list

Definition at line 257 of file GNEAttributeCarrier.h.

Referenced by isList().

◆ myMaxNumAttribute

int GNEAttributeCarrier::myMaxNumAttribute = 0
staticprivate

maximum number of attributes of all tags

Definition at line 284 of file GNEAttributeCarrier.h.

Referenced by getHigherNumberOfAttributes().

◆ myNonEditableAttrs

std::map< SumoXMLTag, std::set< SumoXMLAttr > > GNEAttributeCarrier::myNonEditableAttrs
staticprivate

map with the non-editable attributes

Definition at line 263 of file GNEAttributeCarrier.h.

Referenced by isNonEditable().

◆ myNumericalFloatAttrs

std::map< SumoXMLTag, std::set< SumoXMLAttr > > GNEAttributeCarrier::myNumericalFloatAttrs
staticprivate

map with the numerical attributes of type Float

Definition at line 248 of file GNEAttributeCarrier.h.

Referenced by isFloat().

◆ myNumericalIntAttrs

std::map< SumoXMLTag, std::set< SumoXMLAttr > > GNEAttributeCarrier::myNumericalIntAttrs
staticprivate

map with the numerical attributes of type Int

Definition at line 245 of file GNEAttributeCarrier.h.

Referenced by isInt().

◆ myPositiveAttrs

std::map< SumoXMLTag, std::set< SumoXMLAttr > > GNEAttributeCarrier::myPositiveAttrs
staticprivate

map with the positive attributes

Definition at line 266 of file GNEAttributeCarrier.h.

Referenced by isPositive().

◆ myProbabilityAttrs

std::map< SumoXMLTag, std::set< SumoXMLAttr > > GNEAttributeCarrier::myProbabilityAttrs
staticprivate

map with the probability attributes

Definition at line 269 of file GNEAttributeCarrier.h.

Referenced by isProbability().

◆ myTag

const SumoXMLTag GNEAttributeCarrier::myTag
private

the xml tag to which this attribute carrier corresponds

Definition at line 230 of file GNEAttributeCarrier.h.

Referenced by getAttrs(), getDescription(), and getTag().

◆ myTimeAttrs

std::map< SumoXMLTag, std::set< SumoXMLAttr > > GNEAttributeCarrier::myTimeAttrs
staticprivate

map with the attributes of type time

Definition at line 251 of file GNEAttributeCarrier.h.

Referenced by isTime().

◆ myUniqueAttrs

std::map< SumoXMLTag, std::set< SumoXMLAttr > > GNEAttributeCarrier::myUniqueAttrs
staticprivate

map with the unique attributes (i.e. attributes without default values)

Definition at line 260 of file GNEAttributeCarrier.h.

Referenced by isUnique().


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