TypeVertex - The type of values stored in the vertices. Must be a Comparable type.public interface GraphSimpleUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>> extends GraphSimple<TypeVertex>, GraphUndirected<TypeVertex>
| Modifier and Type | Method and Description |
|---|---|
EdgesSimpleUndirected<TypeVertex,? extends java.lang.Comparable<?>,? extends EdgeUndirected<TypeVertex>> |
getEdges()
Get the edges of the graph.
|
getVerticesclear, importFromEdgesSimpleUndirected<TypeVertex,? extends java.lang.Comparable<?>,? extends EdgeUndirected<TypeVertex>> getEdges()
GraphgetEdges in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>getEdges in interface GraphSimple<TypeVertex extends java.lang.Comparable<TypeVertex>>getEdges in interface GraphUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>>