jas2.hist
Class Basic1DFunction
- java.lang.Object
-
- java.util.Observable
-
- jas2.hist.Basic1DFunction
-
- All Implemented Interfaces:
- DataSource, FunctionData, HasStatistics, Statistics, java.io.Serializable
- Direct Known Subclasses:
- Fittable1DFunction, SplineFunction
public abstract class Basic1DFunction extends java.util.Observable implements FunctionData, java.io.Serializable, Statistics, HasStatistics
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description Basic1DFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetStatistic(java.lang.String name)java.lang.String[]getStatisticNames()StatisticsgetStatistics()voidsetBatch(boolean b)voidsetChanged()voidsetChanged(java.lang.Object o)-
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jas2.hist.FunctionData
getParameterNames, getParameterValues, setParameter, valueAt
-
Methods inherited from interface jas2.hist.DataSource
getTitle
-
-
-
-
Method Detail
-
setBatch
public void setBatch(boolean b)
-
setChanged
public void setChanged()
- Overrides:
setChangedin classjava.util.Observable
-
setChanged
public void setChanged(java.lang.Object o)
-
getStatisticNames
public java.lang.String[] getStatisticNames()
- Specified by:
getStatisticNamesin interfaceStatistics- Returns:
- A list of statistic names
-
getStatistic
public double getStatistic(java.lang.String name)
- Specified by:
getStatisticin interfaceStatistics- Returns:
- The value for the statistic
-
getStatistics
public Statistics getStatistics()
- Specified by:
getStatisticsin interfaceHasStatistics
-
-
DataMelt 3.0 © DataMelt by jWork.ORG