Uses of Interface
org.optaplanner.constraint.streams.bavet.common.TupleLifecycle
-
Packages that use TupleLifecycle Package Description org.optaplanner.constraint.streams.bavet.common org.optaplanner.constraint.streams.bavet.uni -
-
Uses of TupleLifecycle in org.optaplanner.constraint.streams.bavet.common
Classes in org.optaplanner.constraint.streams.bavet.common that implement TupleLifecycle Modifier and Type Class Description classAbstractConditionalTupleLifecycle<Tuple_ extends Tuple>classAbstractGroupNode<InTuple_ extends Tuple,OutTuple_ extends Tuple,GroupKey_,ResultContainer_,Result_>classAbstractScorer<Tuple_ extends Tuple>Methods in org.optaplanner.constraint.streams.bavet.common that return TupleLifecycle Modifier and Type Method Description <Tuple_ extends Tuple>
TupleLifecycle<Tuple_>NodeBuildHelper. getAggregatedTupleLifecycle(List<? extends org.optaplanner.core.api.score.stream.ConstraintStream> streamList)static <Tuple_ extends Tuple>
TupleLifecycle<Tuple_>TupleLifecycle. ofLeft(LeftTupleLifecycle<Tuple_> leftTupleLifecycle)static <Tuple_ extends Tuple>
TupleLifecycle<Tuple_>TupleLifecycle. ofRight(RightTupleLifecycle<Tuple_> rightTupleLifecycle)Methods in org.optaplanner.constraint.streams.bavet.common with parameters of type TupleLifecycle Modifier and Type Method Description <Tuple_ extends Tuple>
voidNodeBuildHelper. putInsertUpdateRetract(org.optaplanner.core.api.score.stream.ConstraintStream stream, TupleLifecycle<Tuple_> tupleLifecycle)Method parameters in org.optaplanner.constraint.streams.bavet.common with type arguments of type TupleLifecycle Modifier and Type Method Description <Tuple_ extends Tuple>
voidNodeBuildHelper. putInsertUpdateRetract(org.optaplanner.core.api.score.stream.ConstraintStream stream, List<? extends org.optaplanner.constraint.streams.common.AbstractConstraintStream> childStreamList, Function<TupleLifecycle<Tuple_>,AbstractConditionalTupleLifecycle<Tuple_>> tupleLifecycleFunction) -
Uses of TupleLifecycle in org.optaplanner.constraint.streams.bavet.uni
Constructors in org.optaplanner.constraint.streams.bavet.uni with parameters of type TupleLifecycle Constructor Description ForEachUniNode(Class<A> forEachClass, TupleLifecycle<UniTuple<A>> nextNodesTupleLifecycle, int outputStoreSize)
-