org.fhcrc.cpl.toolbox.proteomics
Class Clusterer2D.TreeEntry

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.proteomics.Clusterer2D.TreeEntry
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
Clusterer2D

public static class Clusterer2D.TreeEntry
extends java.lang.Object
implements java.lang.Comparable

A single entry in the clustering tree, aware of its value in only one dimension


Field Summary
 int iSet
           
 Clusterer2D.Clusterable parent
           
 double value
           
 
Constructor Summary
Clusterer2D.TreeEntry()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public Clusterer2D.Clusterable parent

iSet

public int iSet

value

public double value
Constructor Detail

Clusterer2D.TreeEntry

public Clusterer2D.TreeEntry()
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Fred Hutchinson Cancer Research Center