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 GraphMultiValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> extends GraphMulti<TypeVertex>, GraphValuated<TypeVertex,TypeEdge>
| Modifier and Type | Method and Description |
|---|---|
EdgesMultiValuated<TypeVertex,TypeEdge,? extends EdgeValuated<TypeVertex,TypeEdge>> |
getEdges()
Get the edges of the graph.
|
getDefaultValue, getVerticesclear, importFromEdgesMultiValuated<TypeVertex,TypeEdge,? extends EdgeValuated<TypeVertex,TypeEdge>> getEdges()
GraphgetEdges in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>getEdges in interface GraphMulti<TypeVertex extends java.lang.Comparable<TypeVertex>>getEdges in interface GraphValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>>