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 EdgeValuated<TypeVertex extends java.lang.Comparable<TypeVertex>,TypeEdge extends java.lang.Comparable<TypeEdge>> extends Edge<TypeVertex>, java.lang.Comparable<EdgeValuated<TypeVertex,TypeEdge>>, Valuated
Modifier and Type | Method and Description |
---|---|
TypeEdge |
getValue()
Get the value of the edge.
|
void |
setValue(TypeEdge value)
Set the value of the edge.
|
isImportant, setImportant