All Packages Class Hierarchy This Package Previous Next Index
Interface hep.analysis.NamedObject
- public interface NamedObject
A named object is just something that can be displayed with a name on
the job tree. Examples are histograms, cuts, and plots.
- See Also:
- Histogram, Cut, Plot
-
getName()
-
-
getPeer()
-
-
setPeer(NamedObjectPeer)
-
getName
public abstract String getName()
setPeer
public abstract void setPeer(NamedObjectPeer peer)
getPeer
public abstract NamedObjectPeer getPeer()
All Packages Class Hierarchy This Package Previous Next Index