All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.SimpleIntPartition

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

public class SimpleIntPartition
extends SimplePartition

Constructor Index

 o SimpleIntPartition()
 o SimpleIntPartition(int, int)

Method Index

 o fill(double)
 o fill(double, double)
 o fill(int)
 o fill(int, double)
 o getBinAt(double)
 o getBinAt(int)
 o getMax()
 o getMin()
 o getNumberOfBins()

Constructors

 o SimpleIntPartition
 public SimpleIntPartition()
 o SimpleIntPartition
 public SimpleIntPartition(int min,
                           int max)

Methods

 o fill
 public void fill(int x)
Overrides:
fill in class Abstract1DPartition
 o fill
 public void fill(int x,
                  double v)
Overrides:
fill in class Abstract1DPartition
 o fill
 public void fill(double x)
Overrides:
fill in class SimplePartition
 o fill
 public void fill(double x,
                  double v)
Overrides:
fill in class SimplePartition
 o getBinAt
 public int getBinAt(int x) throws NoSuchBinException
Overrides:
getBinAt in class Abstract1DPartition
 o getBinAt
 public int getBinAt(double x) throws NoSuchBinException
Overrides:
getBinAt in class SimplePartition
 o getMin
 public double getMin()
Overrides:
getMin in class SimplePartition
 o getMax
 public double getMax()
Overrides:
getMax in class SimplePartition
 o getNumberOfBins
 public int getNumberOfBins()
Overrides:
getNumberOfBins in class SimplePartition

All Packages  Class Hierarchy  This Package  Previous  Next  Index