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
public class BaseObject
extends java.lang.Object
A BaseObject is the root of all reversibly allocated objects.
A DebugString method and the associated << operator are implemented
as a convenience.
A DebugString method and the associated << operator are implemented
as a convenience.
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Modifier Constructor Description BaseObject()protectedBaseObject(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(BaseObject obj)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
BaseObject
protected BaseObject(long cPtr, boolean cMemoryOwn) -
BaseObject
public BaseObject()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize()- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-