All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.SimpleDatePartition

java.lang.Object
   |
   +----java.util.Observable
           |
           +----hep.analysis.Partition
                   |
                   +----hep.analysis.Abstract1DPartition
                           |
                           +----hep.analysis.SimplePartition
                                   |
                                   +----hep.analysis.SimpleDatePartition

public class SimpleDatePartition
extends SimplePartition

Constructor Index

 o SimpleDatePartition()
 o SimpleDatePartition(Date, Date)

Method Index

 o fill(Date)
Invokes the fill(Date, double) method with a weighting value of 1.
 o fill(Date, double)
Fills the associated histogram with a date value.
 o fill(double, double)
Fills the associated histogram with a numerical value.
 o fill(int, double)
Converts the given int parameter to type double and calls fill(double, double).
 o getAxisType()
Return a static field from Rebinnable1DHistogramData.
 o getBinAt(Date)
Returns the bin index corresponding to the given date value.
 o getBinAt(double)
Returns the bin index corresponding to the given numerical value.

Constructors

 o SimpleDatePartition
 public SimpleDatePartition()
 o SimpleDatePartition
 public SimpleDatePartition(Date min,
                            Date max)

Methods

 o fill
 public void fill(Date x)
Invokes the fill(Date, double) method with a weighting value of 1.

Overrides:
fill in class Abstract1DPartition
 o fill
 public void fill(Date x,
                  double v)
Fills the associated histogram with a date value.

Overrides:
fill in class Abstract1DPartition
 o fill
 public void fill(double x,
                  double v)
Fills the associated histogram with a numerical value.

Overrides:
fill in class SimplePartition
 o fill
 public void fill(int x,
                  double v)
Converts the given int parameter to type double and calls fill(double, double).

Overrides:
fill in class Abstract1DPartition
 o getBinAt
 public int getBinAt(Date x) throws NoSuchBinException
Returns the bin index corresponding to the given date value.

Overrides:
getBinAt in class Abstract1DPartition
 o getBinAt
 public int getBinAt(double x) throws NoSuchBinException
Returns the bin index corresponding to the given numerical value.

Overrides:
getBinAt in class SimplePartition
 o getAxisType
 public int getAxisType()
Return a static field from Rebinnable1DHistogramData.

Overrides:
getAxisType in class Abstract1DPartition

All Packages  Class Hierarchy  This Package  Previous  Next  Index