Package org.onosproject.net.topology
Interface TopologyGraph
-
- All Superinterfaces:
Graph<TopologyVertex,TopologyEdge>
- All Known Implementing Classes:
DefaultTopologyGraph
public interface TopologyGraph extends Graph<TopologyVertex,TopologyEdge>
Represents an immutable topology graph.
-
-
Method Summary
-
Methods inherited from interface org.onlab.graph.Graph
getEdges, getEdgesFrom, getEdgesTo, getVertexes
-
-