- java.lang.Object
-
- org.quantlib.Observable
-
- org.quantlib.StochasticProcess
-
- org.quantlib.G2Process
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class G2Process extends StochasticProcess implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(G2Process obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.StochasticProcess
covariance, diffusion, drift, evolve, expectation, factors, getCPtr, initialValues, size, stdDeviation
-
Methods inherited from class org.quantlib.Observable
getCPtr
-
-
-
-
Method Detail
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classStochasticProcess
-
finalize
protected void finalize()
- Overrides:
finalizein classStochasticProcess
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classStochasticProcess
-
-