hep.analysis.partition
Class AbstractBinFinder

java.lang.Object
  |
  +--hep.analysis.partition.AbstractBinFinder
All Implemented Interfaces:
BinFinder, java.io.Serializable
Direct Known Subclasses:
SimpleBinFinder, StringBinFinder

public class AbstractBinFinder
extends java.lang.Object
implements BinFinder, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AbstractBinFinder()
           
 
Method Summary
 void clear()
           
 int getBinAt(java.util.Date d)
           
 int getBinAt(double d)
           
 int getBinAt(int i)
           
 int getBinAt(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBinFinder

public AbstractBinFinder()
Method Detail

getBinAt

public int getBinAt(double d)
Specified by:
getBinAt in interface BinFinder

getBinAt

public int getBinAt(int i)
Specified by:
getBinAt in interface BinFinder

getBinAt

public int getBinAt(java.util.Date d)
Specified by:
getBinAt in interface BinFinder

getBinAt

public int getBinAt(java.lang.String s)
Specified by:
getBinAt in interface BinFinder

clear

public void clear()
Specified by:
clear in interface BinFinder