TypeVertex
- The type of values stored in the vertices. Must be a Comparable type.public interface GraphDirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> extends GraphDirected<TypeVertex>, GraphUnvaluated<TypeVertex>
Modifier and Type | Method and Description |
---|---|
EdgesDirectedUnvaluated<TypeVertex> |
getEdges()
Get the edges of the graph.
|
getVertices
getVertices
clear, importFrom
EdgesDirectedUnvaluated<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 GraphUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>