A - The type of the Node's IDN - The concrete type of the node implementationW - Weight metadata added to the edgeE - Unification type to return a concrete Edge implementationpublic interface WeightedEdge<A,N extends Node<A>,W,E extends WeightedEdge<A,N,W,E>> extends Edge<A,N,E>
Edge with additional weight metadata| Modifier and Type | Method and Description |
|---|---|
W |
getWeight() |
getNodeFrom, getNodeTo, swapW getWeight()
Copyright © 2020. All Rights Reserved.