Class IndexedIfExistsBiNode<A,B,C>
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.AbstractIndexedIfExistsNode<BiTuple<A,B>,C>
ai.timefold.solver.core.impl.bavet.bi.IndexedIfExistsBiNode<A,B,C>
- All Implemented Interfaces:
LeftTupleLifecycle<BiTuple<A,,B>> RightTupleLifecycle<UniTuple<C>>
-
Nested Class Summary
Nested classes/interfaces inherited from class ai.timefold.solver.core.impl.bavet.common.AbstractIfExistsNode
AbstractIfExistsNode.FilteringTracker<LeftTuple_ extends Tuple> -
Field Summary
Fields inherited from class ai.timefold.solver.core.impl.bavet.common.AbstractIfExistsNode
inputStoreIndexLeftTrackerList, inputStoreIndexRightTrackerList, isFiltering, shouldExist -
Constructor Summary
ConstructorsConstructorDescriptionIndexedIfExistsBiNode(boolean shouldExist, IndexerFactory<C> indexerFactory, TupleLifecycle<BiTuple<A, B>> nextNodesTupleLifecycle, TriPredicate<A, B, C> filtering, InTupleStorePositionTracker tupleStorePositionTracker) IndexedIfExistsBiNode(boolean shouldExist, IndexerFactory<C> indexerFactory, TupleLifecycle<BiTuple<A, B>> nextNodesTupleLifecycle, InTupleStorePositionTracker tupleStorePositionTracker) -
Method Summary
Methods inherited from class ai.timefold.solver.core.impl.bavet.common.AbstractIndexedIfExistsNode
insertLeft, insertRight, retractLeft, retractRight, updateLeft, updateRightMethods inherited from class ai.timefold.solver.core.impl.bavet.common.AbstractIfExistsNode
clearRightTrackerList, decrementCounterRight, getPropagator, getStreamKind, incrementCounterRight, initCounterLeft, killCounterLeft, updateCounterFromLeft, updateCounterFromRight, updateCounterLeft, updateUnchangedCounterLeftMethods inherited from class ai.timefold.solver.core.impl.bavet.common.AbstractNode
addLocationSet, getId, getLayerIndex, getLocationSet, setId, setLayerIndex, toString
-
Constructor Details
-
IndexedIfExistsBiNode
public IndexedIfExistsBiNode(boolean shouldExist, IndexerFactory<C> indexerFactory, TupleLifecycle<BiTuple<A, B>> nextNodesTupleLifecycle, InTupleStorePositionTracker tupleStorePositionTracker) -
IndexedIfExistsBiNode
public IndexedIfExistsBiNode(boolean shouldExist, IndexerFactory<C> indexerFactory, TupleLifecycle<BiTuple<A, B>> nextNodesTupleLifecycle, TriPredicate<A, B, C> filtering, InTupleStorePositionTracker tupleStorePositionTracker)
-
-
Method Details
-
testFiltering
- Specified by:
testFilteringin classAbstractIfExistsNode<BiTuple<A,B>, C>
-