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