Eclipse SUMO - Simulation of Urban MObility
|
Interface for building instances of duarouter-edges. More...
#include <ROMAEdgeBuilder.h>
Public Member Functions | |
ROMAEdgeBuilder () | |
Constructor. | |
~ROMAEdgeBuilder () | |
Destructor. | |
Methods to be implemented, inherited from ROAbstractEdgeBuilder | |
ROEdge * | buildEdge (const std::string &name, RONode *from, RONode *to, const int priority) |
Builds an edge with the given name. | |
Protected Member Functions | |
int | getNextIndex () |
Returns the index of the edge to built. | |
Private Attributes | |
int | myCurrentIndex |
The next edge's index. | |
Interface for building instances of duarouter-edges.
This ROAbstractEdgeBuilder implementation builds edges for the duarouter (instances of ROEdge).
Definition at line 47 of file ROMAEdgeBuilder.h.
ROMAEdgeBuilder::ROMAEdgeBuilder | ( | ) |
Constructor.
Definition at line 31 of file ROMAEdgeBuilder.cpp.
ROMAEdgeBuilder::~ROMAEdgeBuilder | ( | ) |
Destructor.
Definition at line 35 of file ROMAEdgeBuilder.cpp.
|
virtual |
Builds an edge with the given name.
This implementation builds a ROEdge.
[in] | name | The name of the edge |
[in] | from | The node the edge begins at |
[in] | to | The node the edge ends at |
[in] | priority | The edge priority (road class) |
Implements ROAbstractEdgeBuilder.
Definition at line 39 of file ROMAEdgeBuilder.cpp.
References ROAbstractEdgeBuilder::getNextIndex().
|
inlineprotectedinherited |
Returns the index of the edge to built.
Definition at line 80 of file ROAbstractEdgeBuilder.h.
References ROAbstractEdgeBuilder::myCurrentIndex.
Referenced by AGStreet::Builder::buildEdge(), RODFEdgeBuilder::buildEdge(), RODUAEdgeBuilder::buildEdge(), ROJTREdgeBuilder::buildEdge(), and buildEdge().
|
privateinherited |
The next edge's index.
Definition at line 87 of file ROAbstractEdgeBuilder.h.
Referenced by ROAbstractEdgeBuilder::getNextIndex().