Uses of Interface
org.optaplanner.constraint.streams.bavet.common.LeftTupleLifecycle
Packages that use LeftTupleLifecycle
Package
Description
This package contains performance-sensitive code.
-
Uses of LeftTupleLifecycle in org.optaplanner.constraint.streams.bavet.common
Classes in org.optaplanner.constraint.streams.bavet.common that implement LeftTupleLifecycleModifier and TypeClassDescriptionclassAbstractIfExistsNode<LeftTuple_ extends Tuple,Right_> This class has two direct children:AbstractIndexedIfExistsNodeandAbstractUnindexedIfExistsNode.classAbstractIndexedIfExistsNode<LeftTuple_ extends Tuple,Right_> There is a strong likelihood that any change to this class, which is not related to indexing, should also be made toAbstractUnindexedIfExistsNode.classAbstractIndexedJoinNode<LeftTuple_ extends Tuple,Right_, OutTuple_ extends Tuple, MutableOutTuple_ extends OutTuple_> There is a strong likelihood that any change to this class, which is not related to indexing, should also be made toAbstractUnindexedJoinNode.classAbstractJoinNode<LeftTuple_ extends Tuple,Right_, OutTuple_ extends Tuple, MutableOutTuple_ extends OutTuple_> This class has two direct children:AbstractIndexedJoinNodeandAbstractUnindexedJoinNode.classAbstractUnindexedIfExistsNode<LeftTuple_ extends Tuple,Right_> There is a strong likelihood that any change made to this class should also be made toAbstractIndexedIfExistsNode.classAbstractUnindexedJoinNode<LeftTuple_ extends Tuple,Right_, OutTuple_ extends Tuple, MutableOutTuple_ extends OutTuple_> There is a strong likelihood that any change made to this class should also be made toAbstractIndexedJoinNode.Methods in org.optaplanner.constraint.streams.bavet.common with parameters of type LeftTupleLifecycleModifier and TypeMethodDescriptionstatic <Tuple_ extends Tuple>
TupleLifecycle<Tuple_>TupleLifecycle.ofLeft(LeftTupleLifecycle<Tuple_> leftTupleLifecycle)