- java.lang.Object
-
- org.quantlib.Constraint
-
- org.quantlib.NoConstraint
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
public class NoConstraint extends Constraint implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description NoConstraint()protectedNoConstraint(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(NoConstraint obj)protected voidswigSetCMemOwn(boolean own)-
Methods inherited from class org.quantlib.Constraint
getCPtr
-
-
-
-
Constructor Detail
-
NoConstraint
protected NoConstraint(long cPtr, boolean cMemoryOwn)
-
NoConstraint
public NoConstraint()
-
-
Method Detail
-
getCPtr
protected static long getCPtr(NoConstraint obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
- Overrides:
swigSetCMemOwnin classConstraint
-
finalize
protected void finalize()
- Overrides:
finalizein classConstraint
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable- Overrides:
deletein classConstraint
-
-