- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.PricingEngine
-
- org.quantlib.COSHestonEngine
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class COSHestonEngine extends PricingEngine implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCOSHestonEngine(long cPtr, boolean cMemoryOwn)COSHestonEngine(HestonModel model)COSHestonEngine(HestonModel model, double L)COSHestonEngine(HestonModel model, double L, long N)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(COSHestonEngine obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.PricingEngine
getCPtr
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
COSHestonEngine
protected COSHestonEngine(long cPtr, boolean cMemoryOwn)
-
COSHestonEngine
public COSHestonEngine(HestonModel model, double L, long N)
-
COSHestonEngine
public COSHestonEngine(HestonModel model, double L)
-
COSHestonEngine
public COSHestonEngine(HestonModel model)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(COSHestonEngine obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classPricingEngine
-
finalize
protected void finalize()
- Overrides:
finalizein classPricingEngine
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classPricingEngine
-
-