FNSS ns-3 adapter
ns-3 adapter for the Fast Network Simulation Setup (FNSS) toolchain
|
This is the complete list of members for fnss::Topology, including all inherited members.
addEdge(const std::string &id1, const std::string &id2, const Edge &edge) | fnss::Topology | |
addEdge(const std::pair< std::string, std::string > &nodes, const Edge &edge) | fnss::Topology | |
addEdge(const Pair< std::string, std::string > &nodes, const Edge &edge) | fnss::Topology | |
addNode(const std::string &id, const Node &node) | fnss::Topology | |
addProperties(const PropertyContainer &other) | fnss::PropertyContainer | |
edgeCount() const | fnss::Topology | |
getAllEdges() const | fnss::Topology | |
getAllNodes() const | fnss::Topology | |
getAllProperties() const | fnss::PropertyContainer | |
getEdge(const std::string &id1, const std::string &id2) const | fnss::Topology | |
getEdge(const std::pair< std::string, std::string > &nodes) const | fnss::Topology | |
getEdge(const Pair< std::string, std::string > &nodes) const | fnss::Topology | |
getNode(const std::string &id) const | fnss::Topology | |
getProperty(const std::string &name) const | fnss::PropertyContainer | |
hasEdge(const std::string &id1, const std::string &id2) const | fnss::Topology | |
hasEdge(const std::pair< std::string, std::string > &nodes) const | fnss::Topology | |
hasEdge(const Pair< std::string, std::string > &nodes) const | fnss::Topology | |
hasNode(const std::string &id) const | fnss::Topology | |
hasProperty(const std::string &name) const | fnss::PropertyContainer | |
isDirected() const | fnss::Topology | |
nodeCount() const | fnss::Topology | |
removeEdge(const std::string &id1, const std::string &id2) | fnss::Topology | |
removeEdge(const std::pair< std::string, std::string > &nodes) | fnss::Topology | |
removeEdge(const Pair< std::string, std::string > &nodes) | fnss::Topology | |
removeNode(const std::string &id, bool pruneEdges=true) | fnss::Topology | |
removeProperty(const std::string &name) | fnss::PropertyContainer | |
setProperty(const std::string &name, const std::string &value="") | fnss::PropertyContainer | |
Topology(bool directed=false) | fnss::Topology |