stella.jview
Class SesFits.Dispersion
java.lang.Object
stella.jview.SesFits.Dispersion
- All Implemented Interfaces:
- Function
- Enclosing class:
- SesFits
private static class SesFits.Dispersion
- extends Object
- implements Function
The functions used in a single order, parsed from s tring buffer. After
parsing, the string buffer points to the next Dispersion function.
|
Method Summary |
double |
evaluate(double p)
Given the value of the independant variable, this method returns
the value of the function as a primitive double. |
String |
toString()
|
weight
private double weight
dlam
private double dlam
type
private int type
lambda
private Function lambda
SesFits.Dispersion
private SesFits.Dispersion(StringTokenizer cont)
evaluate
public double evaluate(double p)
- Description copied from interface:
Function
- Given the value of the independant variable, this method returns
the value of the function as a primitive double.
- Specified by:
evaluate in interface Function
toString
public String toString()
- Overrides:
toString in class Object