Uses of Interface
org.optaplanner.constraint.streams.bavet.uni.UniTuple
Packages that use UniTuple
Package
Description
This package contains performance-sensitive code.
-
Uses of UniTuple in org.optaplanner.constraint.streams.bavet.common
Methods in org.optaplanner.constraint.streams.bavet.common with parameters of type UniTupleModifier and TypeMethodDescriptionprotected abstract MutableOutTuple_AbstractJoinNode.createOutTuple(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple) protected final voidAbstractJoinNode.innerUpdateRight(UniTuple<Right_> rightTuple, Consumer<Consumer<LeftTuple_>> leftTupleConsumer) protected final voidAbstractJoinNode.insertOutTuple(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple) protected final voidAbstractJoinNode.insertOutTupleFiltered(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple) final voidAbstractIndexedIfExistsNode.insertRight(UniTuple<Right_> rightTuple) final voidAbstractIndexedJoinNode.insertRight(UniTuple<Right_> rightTuple) final voidAbstractUnindexedIfExistsNode.insertRight(UniTuple<Right_> rightTuple) final voidAbstractUnindexedJoinNode.insertRight(UniTuple<Right_> rightTuple) final voidAbstractIndexedIfExistsNode.retractRight(UniTuple<Right_> rightTuple) final voidAbstractIndexedJoinNode.retractRight(UniTuple<Right_> rightTuple) final voidAbstractUnindexedIfExistsNode.retractRight(UniTuple<Right_> rightTuple) final voidAbstractUnindexedJoinNode.retractRight(UniTuple<Right_> rightTuple) protected abstract voidAbstractJoinNode.setOutTupleRightFact(MutableOutTuple_ outTuple, UniTuple<Right_> rightTuple) protected abstract booleanAbstractIfExistsNode.testFiltering(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple) protected abstract booleanAbstractJoinNode.testFiltering(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple) protected voidAbstractIfExistsNode.updateCounterFromLeft(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, TupleList<AbstractIfExistsNode.FilteringTracker<LeftTuple_>> leftTrackerList) protected voidAbstractIfExistsNode.updateCounterFromRight(UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, TupleList<AbstractIfExistsNode.FilteringTracker<LeftTuple_>> rightTrackerList) final voidAbstractIndexedIfExistsNode.updateRight(UniTuple<Right_> rightTuple) final voidAbstractIndexedJoinNode.updateRight(UniTuple<Right_> rightTuple) final voidAbstractUnindexedIfExistsNode.updateRight(UniTuple<Right_> rightTuple) final voidAbstractUnindexedJoinNode.updateRight(UniTuple<Right_> rightTuple) protected TupleList<AbstractIfExistsNode.FilteringTracker<LeftTuple_>>AbstractIfExistsNode.updateRightTrackerList(UniTuple<Right_> rightTuple) Method parameters in org.optaplanner.constraint.streams.bavet.common with type arguments of type UniTupleModifier and TypeMethodDescriptionprotected final voidAbstractJoinNode.innerUpdateLeft(LeftTuple_ leftTuple, Consumer<Consumer<UniTuple<Right_>>> rightTupleConsumer) Constructor parameters in org.optaplanner.constraint.streams.bavet.common with type arguments of type UniTupleModifierConstructorDescriptionprotectedAbstractMapNode(int inputStoreIndex, TupleLifecycle<UniTuple<Right_>> nextNodesTupleLifecycle, int outputStoreSize) -
Uses of UniTuple in org.optaplanner.constraint.streams.bavet.uni
Classes in org.optaplanner.constraint.streams.bavet.uni that implement UniTupleConstructor parameters in org.optaplanner.constraint.streams.bavet.uni with type arguments of type UniTupleModifierConstructorDescriptionForEachUniNode(Class<A> forEachClass, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle, int outputStoreSize)