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.
-
setSnapshot(boolean)
- Sets the snap shot mode of the partition.
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 abstract void destroy()
- Indicate that this partition is no longer needed.
setSnapshot
public abstract void setSnapshot(boolean useSnapshot)
- Sets the snap shot mode of the partition.
- Parameters:
- useSnapshot - If this parameter is
true, the partition should switch to
snap shot mode if it isn't already, and set the snap
shot to the current state. If the argument is
false, the partition should exit
from snap shot mode.
All Packages Class Hierarchy This Package Previous Next Index