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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getEdges, getEdgesFrom, getEdgesTo, getVertexes
public DefaultTopologyGraph(Set<TopologyVertex> vertexes, Set<TopologyEdge> edges)
vertexes
- set of graph vertexesedges
- set of graph edges