- java.lang.Object
-
- org.quantlib.Exercise
-
- org.quantlib.SwingExercise
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class SwingExercise extends Exercise implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.quantlib.Exercise
Exercise.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSwingExercise(long cPtr, boolean cMemoryOwn)SwingExercise(DateVector dates)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(SwingExercise obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.Exercise
date, dateAt, dates, exerciseType, getCPtr, lastDate, type
-
-
-
-
Constructor Detail
-
SwingExercise
protected SwingExercise(long cPtr, boolean cMemoryOwn)
-
SwingExercise
public SwingExercise(DateVector dates)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(SwingExercise obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classExercise
-
-