public class Tree.NodePath extends Tree.Pair
| Modifier and Type | Field and Description |
|---|---|
protected List<Node<T>> |
path
The ordered list of nodes from a to b, both included.
|
| Constructor and Description |
|---|
NodePath(Node<T> a,
Node<T> b) |
NodePath(Node<T> a,
Node<T> b,
List<Node<T>> path)
Assumes that a is the first element in path, and b the last,
and that a has a lower degree than b (that is, a is upstream of b).
|
| Modifier and Type | Method and Description |
|---|---|
List<Node<T>> |
getPath() |
getData, measureDistanceCopyright © 2015–2021 Fiji. All rights reserved.