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