- java.lang.Object
-
- org.quantlib.Barrier
-
- org.quantlib.PartialBarrier
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class PartialBarrier extends Barrier implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPartialBarrier.Range-
Nested classes/interfaces inherited from class org.quantlib.Barrier
Barrier.Type
-
-
Field Summary
-
Fields inherited from class org.quantlib.Barrier
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description PartialBarrier()protectedPartialBarrier(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(PartialBarrier obj)protected static longswigRelease(PartialBarrier obj)-
Methods inherited from class org.quantlib.Barrier
getCPtr, swigRelease
-
-
-
-
Constructor Detail
-
PartialBarrier
protected PartialBarrier(long cPtr, boolean cMemoryOwn)
-
PartialBarrier
public PartialBarrier()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(PartialBarrier obj)
-
swigRelease
protected static long swigRelease(PartialBarrier obj)
-
-