org.jquantlib.math.interpolations
Class DefaultExtrapolator
- java.lang.Object
-
- org.jquantlib.math.interpolations.DefaultExtrapolator
-
- All Implemented Interfaces:
- Extrapolator
public class DefaultExtrapolator extends java.lang.Object implements Extrapolator
This class is intended to implement the default behavior of an Extrapolator.
-
-
Constructor Summary
Constructors Constructor and Description DefaultExtrapolator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanallowsExtrapolation()tells whether extrapolation is enabledvoiddisableExtrapolation()disable extrapolation in subsequent callsvoidenableExtrapolation()enable extrapolation in subsequent calls
-
-
-
Method Detail
-
enableExtrapolation
public void enableExtrapolation()
Description copied from interface:Extrapolatorenable extrapolation in subsequent calls- Specified by:
enableExtrapolationin interfaceExtrapolator
-
disableExtrapolation
public void disableExtrapolation()
Description copied from interface:Extrapolatordisable extrapolation in subsequent calls- Specified by:
disableExtrapolationin interfaceExtrapolator
-
allowsExtrapolation
public final boolean allowsExtrapolation()
Description copied from interface:Extrapolatortells whether extrapolation is enabled- Specified by:
allowsExtrapolationin interfaceExtrapolator
-
-
DataMelt 3.0 © DataMelt by jWork.ORG