jas.hist
Class Basic1DFunction
java.lang.Object
java.util.Observable
jas.hist.Basic1DFunction
- All Implemented Interfaces:
- DataSource, FunctionData, HasStatistics, Statistics, Serializable
- Direct Known Subclasses:
- Fittable1DFunction
public abstract class Basic1DFunction
- extends Observable
- implements FunctionData, Serializable, Statistics, HasStatistics
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Basic1DFunction
public Basic1DFunction()
destroy
protected void destroy()
setBatch
public void setBatch(boolean b)
setChanged
public void setChanged()
- Overrides:
setChanged
in class Observable
setChanged
public void setChanged(Object o)
getStatisticNames
public String[] getStatisticNames()
- Specified by:
getStatisticNames
in interface Statistics
- Returns:
- A list of statistic names
getStatistic
public double getStatistic(String name)
- Specified by:
getStatistic
in interface Statistics
- Returns:
- The value for the statistic
getStatistics
public Statistics getStatistics()
- Specified by:
getStatistics
in interface HasStatistics
Copyright © 2000-2009 FreeHEP. All Rights Reserved.