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.ObjectA BaseObject is the root of all reversibly allocated objects.
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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(BaseObject obj)protected static longswigRelease(BaseObject obj)java.lang.StringtoString()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(BaseObject obj)
-
swigRelease
protected static long swigRelease(BaseObject obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-