hep.analysis.partition
Interface OneDFillable

All Known Implementing Classes:
AbstractOneDFillable, BinAdapter, Partition, FillableTee

public interface OneDFillable

Methods to be implemented by things that can be filled with 1D Data


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)
           
 

Method Detail

fill

public void fill(double d)

fill

public void fill(int i)

fill

public void fill(java.lang.String s)

fill

public void fill(java.util.Date d)

fillW

public void fillW(double d,
                  double weight)

fillW

public void fillW(int i,
                  double weight)

fillW

public void fillW(java.lang.String s,
                  double weight)

fillW

public void fillW(java.util.Date d,
                  double weight)

clear

public void clear()