TypeVertex
- The type of values stored in the vertices. Must be a Comparable type.public interface GraphMultiDirected<TypeVertex extends java.lang.Comparable<TypeVertex>> extends GraphMulti<TypeVertex>, GraphDirected<TypeVertex>
Modifier and Type | Method and Description |
---|---|
EdgesMultiDirected<TypeVertex,? extends java.lang.Comparable<?>,? extends EdgeDirected<TypeVertex>> |
getEdges()
Get the edges of the graph.
|
getVertices
clear, importFrom
EdgesMultiDirected<TypeVertex,? extends java.lang.Comparable<?>,? extends EdgeDirected<TypeVertex>> getEdges()
Graph
getEdges
in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>
getEdges
in interface GraphDirected<TypeVertex extends java.lang.Comparable<TypeVertex>>
getEdges
in interface GraphMulti<TypeVertex extends java.lang.Comparable<TypeVertex>>