GUIIcon
An enumeration of icons used by the gui applications.
@ SUMO_TAG_ROUTE_DISTRIBUTION
distribution of a route
const std::string getID() const
get ID (all Attribute Carriers have one)
const GNETagProperties & getTagProperty() const
get tagProperty associated with this Attribute Carrier
std::string getAttributeDistributionKeys() const
get attribute distribution keys in string format sorted by ID
bool isDistributionEmpty() const
check if distribution is empty
std::string getAttributeDistributionValues() const
get attribute distribution keys in string format sorted by ID
A NBNetBuilder extended by visualisation and editing capabilities.
~GNERouteDistribution()
destructor
void writeDemandElement(OutputDevice &device) const
write demand element element into a xml file
GNERouteDistribution(GNENet *net)
default constructor
Static storage of an output device and its base (abstract) implementation.
OutputDevice & writeAttr(const SumoXMLAttr attr, const T &val)
writes a named attribute
OutputDevice & openTag(const std::string &xmlElement)
Opens an XML tag.
bool closeTag(const std::string &comment="")
Closes the most recently opened tag and optionally adds a comment.