Class UnindexedIfExistsTriNode<A,B,C,D>
java.lang.Object
ai.timefold.solver.core.impl.bavet.common.AbstractNode
ai.timefold.solver.core.impl.bavet.common.AbstractTwoInputNode<LeftTuple_,UniTuple<Right_>>
ai.timefold.solver.core.impl.bavet.common.AbstractIfExistsNode<LeftTuple_,Right_>
ai.timefold.solver.core.impl.bavet.common.AbstractUnindexedIfExistsNode<TriTuple<A,B,C>,D>
ai.timefold.solver.core.impl.bavet.tri.UnindexedIfExistsTriNode<A,B,C,D>
- All Implemented Interfaces:
LeftTupleLifecycle<TriTuple<A,,B, C>> RightTupleLifecycle<UniTuple<D>>
public final class UnindexedIfExistsTriNode<A,B,C,D>
extends AbstractUnindexedIfExistsNode<TriTuple<A,B,C>,D>
-
Nested Class Summary
Nested classes/interfaces inherited from class ai.timefold.solver.core.impl.bavet.common.AbstractIfExistsNode
AbstractIfExistsNode.FilteringTracker<LeftTuple_ extends AbstractTuple> -
Field Summary
Fields inherited from class ai.timefold.solver.core.impl.bavet.common.AbstractIfExistsNode
inputStoreIndexLeftTrackerList, inputStoreIndexRightTrackerList, isFiltering, shouldExist -
Constructor Summary
ConstructorsConstructorDescriptionUnindexedIfExistsTriNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<TriTuple<A, B, C>> nextNodesTupleLifecycle, QuadPredicate<A, B, C, D> filtering) UnindexedIfExistsTriNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightEntry, TupleLifecycle<TriTuple<A, B, C>> nextNodesTupleLifecycle) -
Method Summary
Methods inherited from class ai.timefold.solver.core.impl.bavet.common.AbstractUnindexedIfExistsNode
insertLeft, insertRight, retractLeft, retractRight, updateLeft, updateRightMethods inherited from class ai.timefold.solver.core.impl.bavet.common.AbstractIfExistsNode
decrementCounterRight, getPropagator, incrementCounterRight, initCounterLeft, killCounterLeft, updateCounterFromLeft, updateCounterFromRight, updateCounterLeft, updateRightTrackerList, updateUnchangedCounterLeftMethods inherited from class ai.timefold.solver.core.impl.bavet.common.AbstractNode
getId, getLayerIndex, setId, setLayerIndex, toString
-
Constructor Details
-
UnindexedIfExistsTriNode
public UnindexedIfExistsTriNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightEntry, TupleLifecycle<TriTuple<A, B, C>> nextNodesTupleLifecycle) -
UnindexedIfExistsTriNode
public UnindexedIfExistsTriNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<TriTuple<A, B, C>> nextNodesTupleLifecycle, QuadPredicate<A, B, C, D> filtering)
-
-
Method Details
-
testFiltering
- Specified by:
testFilteringin classAbstractIfExistsNode<TriTuple<A,B, C>, D>
-