Uses of Interface
org.optaplanner.constraint.streams.bavet.uni.UniTuple
-
Packages that use UniTuple Package Description org.optaplanner.constraint.streams.bavet.common This package contains performance-sensitive code.org.optaplanner.constraint.streams.bavet.uni -
-
Uses of UniTuple in org.optaplanner.constraint.streams.bavet.common
Methods in org.optaplanner.constraint.streams.bavet.common with parameters of type UniTuple Modifier and Type Method Description protected abstract MutableOutTuple_AbstractJoinNode. createOutTuple(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple)voidAbstractIndexedIfExistsNode. insertRight(UniTuple<Right_> rightTuple)voidAbstractIndexedJoinNode. insertRight(UniTuple<Right_> rightTuple)voidAbstractUnindexedIfExistsNode. insertRight(UniTuple<Right_> rightTuple)voidAbstractUnindexedJoinNode. insertRight(UniTuple<Right_> rightTuple)protected voidAbstractJoinNode. insertTuple(Map<UniTuple<Right_>,MutableOutTuple_> outTupleMapLeft, LeftTuple_ leftTuple, UniTuple<Right_> rightTuple)protected voidAbstractIfExistsNode. processInsert(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, Set<ExistsCounter<LeftTuple_>> counterSetRight)protected voidAbstractIfExistsNode. processUpdate(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, Set<ExistsCounter<LeftTuple_>> counterSetRight)voidAbstractIndexedIfExistsNode. retractRight(UniTuple<Right_> rightTuple)voidAbstractIndexedJoinNode. retractRight(UniTuple<Right_> rightTuple)voidAbstractUnindexedIfExistsNode. retractRight(UniTuple<Right_> rightTuple)voidAbstractUnindexedJoinNode. retractRight(UniTuple<Right_> rightTuple)protected abstract booleanAbstractIfExistsNode. testFiltering(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple)protected abstract voidAbstractJoinNode. updateOutTupleRight(MutableOutTuple_ outTuple, UniTuple<Right_> rightTuple)voidAbstractIndexedIfExistsNode. updateRight(UniTuple<Right_> rightTuple)voidAbstractIndexedJoinNode. updateRight(UniTuple<Right_> rightTuple)voidAbstractUnindexedIfExistsNode. updateRight(UniTuple<Right_> rightTuple)voidAbstractUnindexedJoinNode. updateRight(UniTuple<Right_> rightTuple)Method parameters in org.optaplanner.constraint.streams.bavet.common with type arguments of type UniTuple Modifier and Type Method Description protected voidAbstractJoinNode. insertTuple(Map<UniTuple<Right_>,MutableOutTuple_> outTupleMapLeft, LeftTuple_ leftTuple, UniTuple<Right_> rightTuple)Constructor parameters in org.optaplanner.constraint.streams.bavet.common with type arguments of type UniTuple Constructor Description AbstractIndexedJoinNode(Function<Right_,IndexProperties> mappingRight, int inputStoreIndexLeft, int inputStoreIndexRight, TupleLifecycle<OutTuple_> nextNodesTupleLifecycle, Indexer<LeftTuple_,Map<UniTuple<Right_>,MutableOutTuple_>> indexerLeft, Indexer<UniTuple<Right_>,Map<LeftTuple_,MutableOutTuple_>> indexerRight)AbstractMapNode(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 UniTuple Modifier and Type Class Description classUniTupleImpl<A>Constructor parameters in org.optaplanner.constraint.streams.bavet.uni with type arguments of type UniTuple Constructor Description ForEachUniNode(Class<A> forEachClass, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle, int outputStoreSize)
-