kea.programs.pintail
Class CutOffType

java.lang.Object
  extended by kea.programs.pintail.CutOffType

public class CutOffType
extends java.lang.Object

Version:
1.0.
Author:
Kevin Ashelford.

Field Summary
static CutOffType LinearFunction
           
static CutOffType NoFunction
           
static CutOffType NoFunctionSmoothed
           
static CutOffType PolynomialFunction
           
static CutOffType SigmaFunction
           
 
Method Summary
 java.lang.String toString()
          Returns a string representation of CutOffType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SigmaFunction

public static final CutOffType SigmaFunction

PolynomialFunction

public static final CutOffType PolynomialFunction

LinearFunction

public static final CutOffType LinearFunction

NoFunctionSmoothed

public static final CutOffType NoFunctionSmoothed

NoFunction

public static final CutOffType NoFunction
Method Detail

toString

public java.lang.String toString()
Returns a string representation of CutOffType.

Overrides:
toString in class java.lang.Object
Returns:
String.