Class UnindexedIfExistsUniNode<A,B>
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<UniTuple<A>,B>
ai.timefold.solver.core.impl.bavet.uni.UnindexedIfExistsUniNode<A,B>
- All Implemented Interfaces:
LeftTupleLifecycle<UniTuple<A>>,RightTupleLifecycle<UniTuple<B>>
public final class UnindexedIfExistsUniNode<A,B>
extends AbstractUnindexedIfExistsNode<UniTuple<A>,B>
-
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
ConstructorsConstructorDescriptionUnindexedIfExistsUniNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle, BiPredicate<A, B> filtering) UnindexedIfExistsUniNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightEntry, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleantestFiltering(UniTuple<A> leftTuple, UniTuple<B> rightTuple) 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
-
UnindexedIfExistsUniNode
public UnindexedIfExistsUniNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightEntry, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle) -
UnindexedIfExistsUniNode
public UnindexedIfExistsUniNode(boolean shouldExist, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle, BiPredicate<A, B> filtering)
-
-
Method Details
-
testFiltering
- Specified by:
testFilteringin classAbstractIfExistsNode<UniTuple<A>,B>
-