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 GraphValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> extends Graph<TypeVertex>, Valuated
| Modifier and Type | Method and Description |
|---|---|
TypeEdge |
getDefaultValue()
Get the default value used for new edges.
|
EdgesValuated<TypeVertex,TypeEdge,? extends EdgeValuated<TypeVertex,TypeEdge>> |
getEdges()
Get the edges of the graph.
|
Vertices<TypeVertex,? extends Vertex<TypeVertex>> |
getVertices()
Get the vertices of the graph.
|
clear, importFromTypeEdge getDefaultValue()
EdgesValuated<TypeVertex,TypeEdge,? extends EdgeValuated<TypeVertex,TypeEdge>> getEdges()
GraphgetEdges in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>Vertices<TypeVertex,? extends Vertex<TypeVertex>> getVertices()
GraphgetVertices in interface Graph<TypeVertex extends java.lang.Comparable<TypeVertex>>