- java.lang.Object
-
- org.quantlib.ShortRateModelHandle
-
- org.quantlib.RelinkableShortRateModelHandle
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class RelinkableShortRateModelHandle extends ShortRateModelHandle implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Field Summary
-
Fields inherited from class org.quantlib.ShortRateModelHandle
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description RelinkableShortRateModelHandle()protectedRelinkableShortRateModelHandle(long cPtr, boolean cMemoryOwn)RelinkableShortRateModelHandle(ShortRateModel arg0)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(RelinkableShortRateModelHandle obj)voidlinkTo(ShortRateModel arg0)voidreset()protected static longswigRelease(RelinkableShortRateModelHandle obj)-
Methods inherited from class org.quantlib.ShortRateModelHandle
__deref__, asObservable, calibrate, calibrate, calibrate, calibrate, constraint, currentLink, empty, endCriteria, functionEvaluation, getCPtr, params, problemValues, setParams, swigRelease, value
-
-
-
-
Constructor Detail
-
RelinkableShortRateModelHandle
protected RelinkableShortRateModelHandle(long cPtr, boolean cMemoryOwn)
-
RelinkableShortRateModelHandle
public RelinkableShortRateModelHandle(ShortRateModel arg0)
-
RelinkableShortRateModelHandle
public RelinkableShortRateModelHandle()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(RelinkableShortRateModelHandle obj)
-
swigRelease
protected static long swigRelease(RelinkableShortRateModelHandle obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classShortRateModelHandle
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classShortRateModelHandle
-
linkTo
public void linkTo(ShortRateModel arg0)
-
reset
public void reset()
-
-