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
-
Partition()
-
-
clear()
- Resets the partition to default settings.
-
destroy()
- Indicate that this partition is no longer needed.
-
done()
- Called when event loop is finished; should send a final update
of any range and/or data change.
Partition
public Partition()
clear
public abstract void clear()
- Resets the partition to default settings.
done
public abstract void done()
- Called when event loop is finished; should send a final update
of any range and/or data change.
destroy
public void destroy()
- Indicate that this partition is no longer needed.
All Packages Class Hierarchy This Package Previous Next Index