9 package com.google.ortools.constraintsolver;
13 import java.util.function.LongBinaryOperator;
16 private transient long swigCPtr;
19 super(mainJNI.DisjunctiveConstraint_SWIGUpcast(cPtr), cMemoryOwn);
24 return (obj ==
null) ? 0 : obj.swigCPtr;
27 @SuppressWarnings(
"deprecation")
32 public synchronized void delete() {
36 mainJNI.delete_DisjunctiveConstraint(swigCPtr);
44 long cPtr = mainJNI.DisjunctiveConstraint_makeSequenceVar(swigCPtr,
this);
45 return (cPtr == 0) ? null :
new SequenceVar(cPtr,
false);
49 mainJNI.DisjunctiveConstraint_setTransitionTime(swigCPtr,
this, transition_time);
53 return mainJNI.DisjunctiveConstraint_transitionTime(swigCPtr,
this, before_index, after_index);