- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.PricingEngine
-
- org.quantlib.FdSimpleBSSwingEngine
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class FdSimpleBSSwingEngine extends PricingEngine implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFdSimpleBSSwingEngine(long cPtr, boolean cMemoryOwn)FdSimpleBSSwingEngine(GeneralizedBlackScholesProcess process)FdSimpleBSSwingEngine(GeneralizedBlackScholesProcess process, long tGrid)FdSimpleBSSwingEngine(GeneralizedBlackScholesProcess process, long tGrid, long xGrid)FdSimpleBSSwingEngine(GeneralizedBlackScholesProcess process, long tGrid, long xGrid, FdmSchemeDesc schemeDesc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(FdSimpleBSSwingEngine obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.PricingEngine
getCPtr
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
FdSimpleBSSwingEngine
protected FdSimpleBSSwingEngine(long cPtr, boolean cMemoryOwn)
-
FdSimpleBSSwingEngine
public FdSimpleBSSwingEngine(GeneralizedBlackScholesProcess process, long tGrid, long xGrid, FdmSchemeDesc schemeDesc)
-
FdSimpleBSSwingEngine
public FdSimpleBSSwingEngine(GeneralizedBlackScholesProcess process, long tGrid, long xGrid)
-
FdSimpleBSSwingEngine
public FdSimpleBSSwingEngine(GeneralizedBlackScholesProcess process, long tGrid)
-
FdSimpleBSSwingEngine
public FdSimpleBSSwingEngine(GeneralizedBlackScholesProcess process)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(FdSimpleBSSwingEngine 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
-
-