hep.aida.ref.pdf
Class Dependent
java.lang.Object
hep.aida.ref.pdf.Variable
hep.aida.ref.pdf.Dependent
- All Implemented Interfaces:
- HasName, HasUnits, HasValue, hep.aida.ref.pdf.RangeSetListener
- public class Dependent
- extends Variable
- implements hep.aida.ref.pdf.RangeSetListener
A Dependent. Dependents take their values from a data set.
- Author:
- The FreeHEP team @ SLAC.
- Source Code:
- Dependent.java
Constructor Summary |
Dependent(String name,
double lowerEdge,
double upperEdge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dependent
public Dependent(String name,
double lowerEdge,
double upperEdge)
value
public double value()
- Description copied from interface:
HasValue
- Get the current value.
- Specified by:
value
in interface HasValue
- Specified by:
value
in class Variable
setVariableValue
protected void setVariableValue(double value)
- Specified by:
setVariableValue
in class Variable
range
public RangeSet range()
rangeSetChanged
public void rangeSetChanged()
- Specified by:
rangeSetChanged
in interface hep.aida.ref.pdf.RangeSetListener
connectToData
public void connectToData(Object dataObject)
isConnected
public boolean isConnected()
data
public hep.aida.IFitData data()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.