Uses of Interface
org.optaplanner.constraint.streams.bavet.common.LeftTupleLifecycle
-
Packages that use LeftTupleLifecycle Package Description org.optaplanner.constraint.streams.bavet.common 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 LeftTupleLifecycle Modifier and Type Class Description classAbstractIfExistsNode<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 LeftTupleLifecycle Modifier and Type Method Description static <Tuple_ extends Tuple>
TupleLifecycle<Tuple_>TupleLifecycle. ofLeft(LeftTupleLifecycle<Tuple_> leftTupleLifecycle)
-