All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class hep.analysis.Partition

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

public abstract class Partition
extends Observable
implements Serializable
The base class for all partitions. A partition is used by all histograms to determine binning of data.

See Also:
Abstract1DPartition

Constructor Index

 o Partition()

Method Index

 o clear()
Resets the partition to default settings.
 o destroy()
Indicate that this partition is no longer needed.
 o done()
Called when event loop is finished; should send a final update of any range and/or data change.

Constructors

 o Partition
 public Partition()

Methods

 o clear
 public abstract void clear()
Resets the partition to default settings.

 o done
 public abstract void done()
Called when event loop is finished; should send a final update of any range and/or data change.

 o destroy
 public void destroy()
Indicate that this partition is no longer needed.


All Packages  Class Hierarchy  This Package  Previous  Next  Index