jas.hist
Class Basic1DFunction

java.lang.Object
  |
  +--java.util.Observable
        |
        +--jas.hist.Basic1DFunction
All Implemented Interfaces:
DataSource, FunctionData, HasStatistics, java.io.Serializable, Statistics
Direct Known Subclasses:
Fittable1DFunction

public abstract class Basic1DFunction
extends java.util.Observable
implements FunctionData, java.io.Serializable, Statistics, HasStatistics

See Also:
Serialized Form

Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Constructor Summary
Basic1DFunction()
           
 
Method Summary
protected  void destroy()
           
 double getStatistic(java.lang.String name)
           
 java.lang.String[] getStatisticNames()
           
 Statistics getStatistics()
           
 void setBatch(boolean b)
           
 void setChanged()
           
 void setChanged(java.lang.Object o)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jas.hist.FunctionData
getParameterNames, getParameterValues, setParameter, valueAt
 
Methods inherited from interface jas.hist.DataSource
getTitle
 

Constructor Detail

Basic1DFunction

public Basic1DFunction()
Method Detail

destroy

protected void destroy()

setBatch

public void setBatch(boolean b)

setChanged

public void setChanged()
Overrides:
setChanged in class java.util.Observable

setChanged

public void setChanged(java.lang.Object o)

getStatisticNames

public java.lang.String[] getStatisticNames()
Specified by:
getStatisticNames in interface Statistics
Following copied from interface: jas.hist.Statistics
Returns:
A list of statistic names

getStatistic

public double getStatistic(java.lang.String name)
Specified by:
getStatistic in interface Statistics
Following copied from interface: jas.hist.Statistics
Parameters:
The - statistic name, as returned by getStatisticNames()
Returns:
The value for the statistic

getStatistics

public Statistics getStatistics()
Specified by:
getStatistics in interface HasStatistics