public class NodeDistance extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
distance
The distance.
|
TreeNode |
nodeA
The node a.
|
TreeNode |
nodeB
The node b.
|
| Constructor and Description |
|---|
NodeDistance(TreeNode nodeA,
TreeNode nodeB,
double distance)
Instantiates a new node distance.
|
Copyright © 2017 SEMS project @ University of Rostock. All rights reserved.