org.optaplanner.constraint.streams.bavet.common.RightTupleLifecycle Maven / Gradle / Ivy
package org.optaplanner.constraint.streams.bavet.common;
public interface RightTupleLifecycle {
void insertRight(Tuple_ tuple);
void updateRight(Tuple_ tuple);
void retractRight(Tuple_ tuple);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy