20 #ifndef ROAbstractEdgeBuilder_h
21 #define ROAbstractEdgeBuilder_h
unsigned int getNextIndex()
Returns the index of the edge to built.
virtual ~ROAbstractEdgeBuilder()
Destructor.
Interface for building instances of router-edges.
ROAbstractEdgeBuilder()
Constructor.
ROAbstractEdgeBuilder & operator=(const ROAbstractEdgeBuilder &src)
Invalidated assignment operator.
A basic edge for routing applications.
virtual ROEdge * buildEdge(const std::string &name, RONode *from, RONode *to, const int priority)=0
Builds an edge with the given name.
Base class for nodes used by the router.
unsigned int myCurrentIndex
The next edge's index.