- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.StochasticProcess
-
- org.quantlib.StochasticProcess1D
-
- org.quantlib.GeneralizedBlackScholesProcess
-
- org.quantlib.GarmanKohlagenProcess
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class GarmanKohlagenProcess extends GeneralizedBlackScholesProcess implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGarmanKohlagenProcess(long cPtr, boolean cMemoryOwn)GarmanKohlagenProcess(QuoteHandle s0, YieldTermStructureHandle foreignRiskFreeTS, YieldTermStructureHandle domesticRiskFreeTS, BlackVolTermStructureHandle volTS)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(GarmanKohlagenProcess obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.GeneralizedBlackScholesProcess
blackVolatility, dividendYield, getCPtr, localVolatility, riskFreeRate, stateVariable
-
Methods inherited from class org.quantlib.StochasticProcess1D
apply, diffusion, drift, evolve, expectation, getCPtr, stdDeviation, variance, x0
-
Methods inherited from class org.quantlib.StochasticProcess
covariance, diffusion, drift, evolve, expectation, factors, getCPtr, initialValues, size, stdDeviation
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
GarmanKohlagenProcess
protected GarmanKohlagenProcess(long cPtr, boolean cMemoryOwn)
-
GarmanKohlagenProcess
public GarmanKohlagenProcess(QuoteHandle s0, YieldTermStructureHandle foreignRiskFreeTS, YieldTermStructureHandle domesticRiskFreeTS, BlackVolTermStructureHandle volTS)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GarmanKohlagenProcess obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classGeneralizedBlackScholesProcess
-
finalize
protected void finalize()
- Overrides:
finalizein classGeneralizedBlackScholesProcess
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classGeneralizedBlackScholesProcess
-
-