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