- java.lang.Object
-
- org.quantlib.MarketModelFactory
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class MarketModelFactory extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedMarketModelFactory(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MarketModelcreate(EvolutionDescription arg0, long numberOfFactors)voiddelete()protected voidfinalize()protected static longgetCPtr(MarketModelFactory obj)protected static longswigRelease(MarketModelFactory obj)
-
-
-
Field Detail
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Detail
-
MarketModelFactory
protected MarketModelFactory(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(MarketModelFactory obj)
-
swigRelease
protected static long swigRelease(MarketModelFactory obj)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
create
public MarketModel create(EvolutionDescription arg0, long numberOfFactors)
-
-