34 :
ROEdge(id, from, to, index, priority, type, routingType) {}
46const std::vector<FlowDef>&
RODFEdge(const std::string &id, RONode *from, RONode *to, int index, const int priority, const std::string &type, const std::string &routingType)
Constructor.
void setFlows(const std::vector< FlowDef > &flows)
std::vector< FlowDef > myFlows
const std::vector< FlowDef > & getFlows() const
ROEdge(const std::string &id, RONode *from, RONode *to, int index, const int priority, const std::string &type, const std::string &routingType)
Constructor.
Base class for nodes used by the router.