stella.jview
Class SesFits.Dispersion

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


Field Summary
private  double dlam
           
private  Function lambda
           
private  int type
           
private  double weight
           
 
Constructor Summary
private SesFits.Dispersion(StringTokenizer cont)
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

weight

private double weight

dlam

private double dlam

type

private int type

lambda

private Function lambda
Constructor Detail

SesFits.Dispersion

private SesFits.Dispersion(StringTokenizer cont)
Method Detail

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