Class NodeNeighborIterator

java.lang.Object
com.google.ortools.constraintsolver.NodeNeighborIterator

public class NodeNeighborIterator extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • NodeNeighborIterator

      public NodeNeighborIterator(long cPtr, boolean cMemoryOwn)
    • NodeNeighborIterator

      public NodeNeighborIterator()
  • Method Details

    • getCPtr

      public static long getCPtr(NodeNeighborIterator obj)
    • swigRelease

      public static long swigRelease(NodeNeighborIterator obj)
    • finalize

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

      public void delete()
    • Next

      public boolean Next()
    • GetValue

      public int GetValue()
    • IsIncomingNeighbor

      public boolean IsIncomingNeighbor()
    • IsOutgoingNeighbor

      public boolean IsOutgoingNeighbor()