FreeHEP API
Version v1.1

hep.fitting
Class Basic1DFunction

java.lang.Object
  |
  +--java.util.Observable
        |
        +--hep.fitting.Basic1DFunction
Direct Known Subclasses:
Fittable1DFunction

public abstract class Basic1DFunction
extends Observable


Constructor Summary
Basic1DFunction()
           
 
Method Summary
abstract  String[] getParameterNames()
           
abstract  double[] getParameterValues()
           
abstract  String getTitle()
           
 void setBatch(boolean b)
           
 void setChanged()
           
 void setChanged(Object o)
           
abstract  void setParameter(int i, double x)
           
abstract  double valueAt(double x)
           
 
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
 

Constructor Detail

Basic1DFunction

public Basic1DFunction()
Method Detail

setBatch

public void setBatch(boolean b)

setChanged

public void setChanged()
Overrides:
setChanged in class Observable

setChanged

public void setChanged(Object o)

valueAt

public abstract double valueAt(double x)
                        throws FunctionValueUndefined
FunctionValueUndefined

getParameterValues

public abstract double[] getParameterValues()

getParameterNames

public abstract String[] getParameterNames()

setParameter

public abstract void setParameter(int i,
                                  double x)
                           throws InvalidFunctionParameter
InvalidFunctionParameter

getTitle

public abstract String getTitle()

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.