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, importFromEdgesDirected<TypeVertex,? extends java.lang.Comparable<?>,? extends Edge<TypeVertex>> getEdges()
GraphgetEdges in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>VerticesDirected<TypeVertex> getVertices()
GraphgetVertices in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>