9 package com.google.ortools.constraintsolver;
12 private transient long swigCPtr;
15 super(mainJNI.PathWithPreviousNodesOperator_SWIGUpcast(cPtr), cMemoryOwn);
20 return (obj ==
null) ? 0 : obj.swigCPtr;
23 @SuppressWarnings(
"deprecation")
28 public synchronized void delete() {
32 mainJNI.delete_PathWithPreviousNodesOperator(swigCPtr);
40 return mainJNI.PathWithPreviousNodesOperator_isPathStart(swigCPtr,
this, node_index);
43 public long prev(
long node_index) {
44 return mainJNI.PathWithPreviousNodesOperator_prev(swigCPtr,
this, node_index);
48 return mainJNI.PathWithPreviousNodesOperator_toString(swigCPtr,
this);