Class AssignmentElement
java.lang.Object
com.google.ortools.constraintsolver.AssignmentElement
- Direct Known Subclasses:
IntervalVarElement,IntVarElement,SequenceVarElement
public class AssignmentElement
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Modifier Constructor Description AssignmentElement()protectedAssignmentElement(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voidactivate()booleanactivated()voiddeactivate()voiddelete()protected voidfinalize()protected static longgetCPtr(AssignmentElement obj)Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
AssignmentElement
protected AssignmentElement(long cPtr, boolean cMemoryOwn) -
AssignmentElement
public AssignmentElement()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize()- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete() -
activate
public void activate() -
deactivate
public void deactivate() -
activated
public boolean activated()
-