- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.PricingEngine
-
- org.quantlib.TreeCapFloorEngine
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class TreeCapFloorEngine extends PricingEngine implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTreeCapFloorEngine(long cPtr, boolean cMemoryOwn)TreeCapFloorEngine(ShortRateModel model, long timeSteps)TreeCapFloorEngine(ShortRateModel model, long timeSteps, YieldTermStructureHandle termStructure)TreeCapFloorEngine(ShortRateModel model, TimeGrid grid)TreeCapFloorEngine(ShortRateModel model, TimeGrid grid, YieldTermStructureHandle termStructure)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(TreeCapFloorEngine obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.PricingEngine
getCPtr
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Constructor Detail
-
TreeCapFloorEngine
protected TreeCapFloorEngine(long cPtr, boolean cMemoryOwn)
-
TreeCapFloorEngine
public TreeCapFloorEngine(ShortRateModel model, long timeSteps, YieldTermStructureHandle termStructure)
-
TreeCapFloorEngine
public TreeCapFloorEngine(ShortRateModel model, long timeSteps)
-
TreeCapFloorEngine
public TreeCapFloorEngine(ShortRateModel model, TimeGrid grid, YieldTermStructureHandle termStructure)
-
TreeCapFloorEngine
public TreeCapFloorEngine(ShortRateModel model, TimeGrid grid)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(TreeCapFloorEngine 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
-
-