TypeVertex - The type of values stored in the vertices. Must be a Comparable type.public interface GraphUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> extends Graph<TypeVertex>, Unvaluated
| Modifier and Type | Method and Description |
|---|---|
EdgesUnvaluated<TypeVertex,? extends EdgeUnvaluated<TypeVertex>> |
getEdges()
Get the edges of the graph.
|
Vertices<TypeVertex,? extends Vertex<TypeVertex>> |
getVertices()
Get the vertices of the graph.
|
clear, importFromEdgesUnvaluated<TypeVertex,? extends EdgeUnvaluated<TypeVertex>> getEdges()
GraphgetEdges in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>Vertices<TypeVertex,? extends Vertex<TypeVertex>> getVertices()
GraphgetVertices in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>