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 Object
A BaseObject is the root of all reversibly allocated objects.
A DebugString method and the associated <invalid input: '<' operator are implemented
as a convenience.
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • BaseObject

      public BaseObject(long cPtr, boolean cMemoryOwn)
    • BaseObject

      public BaseObject()
  • Method Details

    • getCPtr

      public static long getCPtr(BaseObject obj)
    • swigRelease

      public static long swigRelease(BaseObject obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • toString

      public String toString()
      Overrides:
      toString in class Object