public class IntVarElement extends AssignmentElement
swigCMemOwn
Constructor and Description |
---|
IntVarElement() |
IntVarElement(IntVar var) |
IntVarElement(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
boolean |
bound() |
IntVarElement |
clone() |
void |
copy(IntVarElement element) |
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(IntVarElement obj) |
long |
max() |
long |
min() |
void |
reset(IntVar var) |
void |
restore() |
void |
setMax(long m) |
void |
setMin(long m) |
void |
setRange(long l,
long u) |
void |
setValue(long v) |
void |
store() |
static long |
swigRelease(IntVarElement obj) |
java.lang.String |
toString() |
long |
value() |
IntVar |
var() |
activate, activated, deactivate, getCPtr, swigRelease
public IntVarElement(long cPtr, boolean cMemoryOwn)
public IntVarElement()
public IntVarElement(IntVar var)
public static long getCPtr(IntVarElement obj)
public static long swigRelease(IntVarElement obj)
protected void finalize()
finalize
in class AssignmentElement
public void delete()
delete
in class AssignmentElement
public void reset(IntVar var)
public IntVarElement clone()
clone
in class java.lang.Object
public void copy(IntVarElement element)
public IntVar var()
public void store()
public void restore()
public long min()
public void setMin(long m)
public long max()
public void setMax(long m)
public long value()
public boolean bound()
public void setRange(long l, long u)
public void setValue(long v)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2025. All rights reserved.