public class DefaultTopologyGraph extends AdjacencyListsGraph<TopologyVertex,TopologyEdge> implements TopologyGraph
| Constructor and Description | 
|---|
DefaultTopologyGraph(Set<TopologyVertex> vertexes,
                    Set<TopologyEdge> edges)
Creates a topology graph comprising of the specified vertexes and edges. 
 | 
equals, getEdges, getEdgesFrom, getEdgesTo, getVertexes, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEdges, getEdgesFrom, getEdgesTo, getVertexespublic DefaultTopologyGraph(Set<TopologyVertex> vertexes, Set<TopologyEdge> edges)
vertexes - set of graph vertexesedges - set of graph edges