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