Package de.unirostock.sems.xmlutils.ds
Class NodeDistance
- java.lang.Object
-
- de.unirostock.sems.xmlutils.ds.NodeDistance
-
public class NodeDistance extends Object
The Class NodeDistance to store a distance between two nodes.- Author:
- Martin Scharm
-
-
Constructor Summary
Constructors Constructor Description NodeDistance(TreeNode nodeA, TreeNode nodeB, double distance)Instantiates a new node distance.
-