9 package com.google.ortools.constraintsolver;
15 private transient long swigCPtr;
18 super(mainJNI.PathWithPreviousNodesOperator_SWIGUpcast(cPtr), cMemoryOwn);
23 return (obj ==
null) ? 0 : obj.swigCPtr;
26 @SuppressWarnings(
"deprecation")
27 protected
void finalize() {
31 public synchronized void delete() {
35 mainJNI.delete_PathWithPreviousNodesOperator(swigCPtr);
43 return mainJNI.PathWithPreviousNodesOperator_isPathStart(swigCPtr,
this, node_index);
46 public long prev(
long node_index) {
47 return mainJNI.PathWithPreviousNodesOperator_prev(swigCPtr,
this, node_index);
51 return mainJNI.PathWithPreviousNodesOperator_toString(swigCPtr,
this);