public interface Path extends Link
Link.State, Link.Type
Modifier and Type | Method and Description |
---|---|
double |
cost()
Deprecated.
in Junco (1.9.0), use weight() instead
|
java.util.List<Link> |
links()
Returns sequence of links comprising the path.
|
Weight |
weight()
Returns the path cost as an weight instance.
|
annotations
providerId
as, is, project
java.util.List<Link> links()
@Deprecated double cost()
Weight weight()