jas.hist
Class Basic1DFunction

java.lang.Object
  extended by java.util.Observable
      extended by 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

Field Summary
 
Fields inherited from interface jas.hist.DataSource
DATE, DELTATIME, DOUBLE, INTEGER, STRING
 
Constructor Summary
Basic1DFunction()
           
 
Method Summary
protected  void destroy()
           
 double getStatistic(String name)
           
 String[] getStatisticNames()
           
 Statistics getStatistics()
           
 void setBatch(boolean b)
           
 void setChanged()
           
 void setChanged(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 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.