Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.constraintsolver.NodeNeighborIterator Class Reference

Public Member Functions

 NodeNeighborIterator (long cPtr, boolean cMemoryOwn)
 
synchronized void delete ()
 
 NodeNeighborIterator ()
 
boolean Next ()
 
int GetValue ()
 
boolean IsIncomingNeighbor ()
 
boolean IsOutgoingNeighbor ()
 

Static Public Member Functions

static long getCPtr (NodeNeighborIterator obj)
 
static long swigRelease (NodeNeighborIterator obj)
 

Protected Member Functions

void finalize ()
 

Protected Attributes

transient boolean swigCMemOwn
 

Detailed Description

Definition at line 11 of file NodeNeighborIterator.java.

Constructor & Destructor Documentation

◆ NodeNeighborIterator() [1/2]

com.google.ortools.constraintsolver.NodeNeighborIterator.NodeNeighborIterator ( long cPtr,
boolean cMemoryOwn )

Definition at line 15 of file NodeNeighborIterator.java.

◆ NodeNeighborIterator() [2/2]

com.google.ortools.constraintsolver.NodeNeighborIterator.NodeNeighborIterator ( )

Definition at line 51 of file NodeNeighborIterator.java.

Member Function Documentation

◆ delete()

synchronized void com.google.ortools.constraintsolver.NodeNeighborIterator.delete ( )

Definition at line 41 of file NodeNeighborIterator.java.

◆ finalize()

void com.google.ortools.constraintsolver.NodeNeighborIterator.finalize ( )
protected

Definition at line 37 of file NodeNeighborIterator.java.

◆ getCPtr()

static long com.google.ortools.constraintsolver.NodeNeighborIterator.getCPtr ( NodeNeighborIterator obj)
static

Definition at line 20 of file NodeNeighborIterator.java.

◆ GetValue()

int com.google.ortools.constraintsolver.NodeNeighborIterator.GetValue ( )

Definition at line 59 of file NodeNeighborIterator.java.

◆ IsIncomingNeighbor()

boolean com.google.ortools.constraintsolver.NodeNeighborIterator.IsIncomingNeighbor ( )

Definition at line 63 of file NodeNeighborIterator.java.

◆ IsOutgoingNeighbor()

boolean com.google.ortools.constraintsolver.NodeNeighborIterator.IsOutgoingNeighbor ( )

Definition at line 67 of file NodeNeighborIterator.java.

◆ Next()

boolean com.google.ortools.constraintsolver.NodeNeighborIterator.Next ( )

Definition at line 55 of file NodeNeighborIterator.java.

◆ swigRelease()

static long com.google.ortools.constraintsolver.NodeNeighborIterator.swigRelease ( NodeNeighborIterator obj)
static

Definition at line 24 of file NodeNeighborIterator.java.

Member Data Documentation

◆ swigCMemOwn

transient boolean com.google.ortools.constraintsolver.NodeNeighborIterator.swigCMemOwn
protected

Definition at line 13 of file NodeNeighborIterator.java.


The documentation for this class was generated from the following file: