Class IndexedIfExistsQuadNode<A,B,C,D,E>
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<QuadTuple<A,B,C,D>,E>
ai.timefold.solver.core.impl.bavet.quad.IndexedIfExistsQuadNode<A,B,C,D,E>
- All Implemented Interfaces:
LeftTupleLifecycle<QuadTuple<A,,B, C, D>> RightTupleLifecycle<UniTuple<E>>
public final class IndexedIfExistsQuadNode<A,B,C,D,E>
extends AbstractIndexedIfExistsNode<QuadTuple<A,B,C,D>,E>
-
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
ConstructorsConstructorDescriptionIndexedIfExistsQuadNode(boolean shouldExist, IndexerFactory<E> indexerFactory, int inputStoreIndexLeftKeys, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightKeys, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<QuadTuple<A, B, C, D>> nextNodesTupleLifecycle, PentaPredicate<A, B, C, D, E> filtering) IndexedIfExistsQuadNode(boolean shouldExist, IndexerFactory<E> indexerFactory, int inputStoreIndexLeftKeys, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightKeys, int inputStoreIndexRightEntry, TupleLifecycle<QuadTuple<A, B, C, D>> nextNodesTupleLifecycle) -
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
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
-
IndexedIfExistsQuadNode
public IndexedIfExistsQuadNode(boolean shouldExist, IndexerFactory<E> indexerFactory, int inputStoreIndexLeftKeys, int inputStoreIndexLeftCounterEntry, int inputStoreIndexRightKeys, int inputStoreIndexRightEntry, TupleLifecycle<QuadTuple<A, B, C, D>> nextNodesTupleLifecycle) -
IndexedIfExistsQuadNode
public IndexedIfExistsQuadNode(boolean shouldExist, IndexerFactory<E> indexerFactory, int inputStoreIndexLeftKeys, int inputStoreIndexLeftCounterEntry, int inputStoreIndexLeftTrackerList, int inputStoreIndexRightKeys, int inputStoreIndexRightEntry, int inputStoreIndexRightTrackerList, TupleLifecycle<QuadTuple<A, B, C, D>> nextNodesTupleLifecycle, PentaPredicate<A, B, C, D, E> filtering)
-
-
Method Details
-
testFiltering
- Specified by:
testFilteringin classAbstractIfExistsNode<QuadTuple<A,B, C, D>, E>
-