TypeVertex
- The type of values stored in the vertices. Must be a Comparable type.public interface GraphUndirectedUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>> extends GraphUndirected<TypeVertex>, GraphUnvaluated<TypeVertex>
Modifier and Type | Method and Description |
---|---|
EdgesUndirectedUnvaluated<TypeVertex> |
getEdges()
Get the edges of the graph.
|
getVertices
getVertices
clear, importFrom
EdgesUndirectedUnvaluated<TypeVertex> getEdges()
Graph
getEdges
in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>
getEdges
in interface GraphUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>>
getEdges
in interface GraphUnvaluated<TypeVertex extends java.lang.Comparable<TypeVertex>>