Uses of Interface
org.optaplanner.constraint.streams.bavet.uni.UniTuple
-
Packages that use UniTuple Package Description org.optaplanner.constraint.streams.bavet.common 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)protected abstract booleanAbstractIfExistsNode. isFiltered(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple)protected abstract voidAbstractJoinNode. updateOutTupleRight(MutableOutTuple_ outTuple, UniTuple<Right_> rightTuple)Constructor parameters in org.optaplanner.constraint.streams.bavet.common with type arguments of type UniTuple Constructor Description AbstractJoinNode(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) -
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)
-