TypeVertex - The type of values stored in the vertices. Must be a Comparable type.TypeEdge - The type of values stored in the edges. Must be a Comparable type.public interface GraphUndirectedValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> extends GraphUndirected<TypeVertex>, GraphValuated<TypeVertex,TypeEdge>
| Modifier and Type | Method and Description | 
|---|---|
| EdgesUndirectedValuated<TypeVertex,TypeEdge> | getEdges()Get the edges of the graph. | 
getVerticesgetDefaultValue, getVerticesclear, importFromEdgesUndirectedValuated<TypeVertex,TypeEdge> getEdges()
GraphgetEdges in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>getEdges in interface GraphUndirected<TypeVertex extends java.lang.Comparable<TypeVertex>>getEdges in interface GraphValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>