19 #ifndef GNEDestProbReroute_h 20 #define GNEDestProbReroute_h
GNERerouterInterval * getRerouterIntervalParent() const
get rerouter interval parent
std::string getAttribute(SumoXMLAttr key) const
This functions has to be implemented in all GNEAttributeCarriers.
Dialog for edit rerouter intervals.
double myProbability
probability with which a vehicle will use the given edge as destination
GNEDestProbReroute(GNERerouterIntervalDialog *rerouterIntervalDialog)
constructor (Used in GNERerouterIntervalDialog)
GNEEdge * myNewEdgeDestination
id of new edge destination
bool isValid(SumoXMLAttr key, const std::string &value)
GNERerouterInterval * myRerouterIntervalParent
reference to rerouter interval parent
SumoXMLAttr
Numbers representing SUMO-XML - attributes.
void setAttribute(SumoXMLAttr key, const std::string &value, GNEUndoList *undoList)
void writeDestProbReroute(OutputDevice &device) const
~GNEDestProbReroute()
destructor
A road/street connecting two junctions (netedit-version)
GNEDestProbReroute & operator=(const GNEDestProbReroute &)=delete
Invalidated assignment operator.
Static storage of an output device and its base (abstract) implementation.