hep.analysis.partition
Class BinAdapter

java.lang.Object
  |
  +--hep.analysis.partition.BinAdapter
All Implemented Interfaces:
OneDFillable, java.io.Serializable

public class BinAdapter
extends java.lang.Object
implements OneDFillable, java.io.Serializable

See Also:
Serialized Form

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

Method Detail

fill

public void fill(double d)
Specified by:
fill in interface OneDFillable

fill

public void fill(int i)
Specified by:
fill in interface OneDFillable

fill

public void fill(java.lang.String s)
Specified by:
fill in interface OneDFillable

fill

public void fill(java.util.Date d)
Specified by:
fill in interface OneDFillable

fillW

public void fillW(double d,
                  double weight)
Specified by:
fillW in interface OneDFillable

fillW

public void fillW(int i,
                  double weight)
Specified by:
fillW in interface OneDFillable

fillW

public void fillW(java.lang.String s,
                  double weight)
Specified by:
fillW in interface OneDFillable

fillW

public void fillW(java.util.Date d,
                  double weight)
Specified by:
fillW in interface OneDFillable

clear

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