Class BaseObject
java.lang.Object
com.google.ortools.constraintsolver.BaseObject
- Direct Known Subclasses:
Decision
,DecisionBuilder
,DecisionVisitor
,Demon
,IntVarIterator
,LocalSearchFilter
,LocalSearchFilterManager
,LocalSearchOperator
,ModelVisitor
,PropagationBaseObject
,RoutingModelVisitor
,SearchMonitor
,SolutionPool
A BaseObject is the root of all reversibly allocated objects.
A DebugString method and the associated <invalid input: '<' operator are implemented
as a convenience.
A DebugString method and the associated <invalid input: '<' operator are implemented
as a convenience.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
protected void
finalize()
static long
getCPtr
(BaseObject obj) static long
swigRelease
(BaseObject obj) toString()
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
BaseObject
public BaseObject(long cPtr, boolean cMemoryOwn) -
BaseObject
public BaseObject()
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
-
delete
public void delete() -
toString
-