63 RODFEdge(
const std::string&
id,
RONode* from,
RONode* to,
unsigned int index,
const int priority);
69 void setFlows(
const std::vector<FlowDef>& flows);
71 const std::vector<FlowDef>&
getFlows()
const;
A single lane the router may use.
const std::vector< FlowDef > & getFlows() const
std::vector< FlowDef > myFlows
RODFEdge(const std::string &id, RONode *from, RONode *to, unsigned int index, const int priority)
Constructor.
RODFEdge & operator=(const RODFEdge &src)
Invalidated assignment operator.
A basic edge for routing applications.
void setFlows(const std::vector< FlowDef > &flows)
Base class for nodes used by the router.