Uses of Interface
ai.timefold.solver.constraint.streams.bavet.common.tuple.RightTupleLifecycle
-
Packages that use RightTupleLifecycle Package Description ai.timefold.solver.constraint.streams.bavet.common This package contains performance-sensitive code.ai.timefold.solver.constraint.streams.bavet.common.tuple -
-
Uses of RightTupleLifecycle in ai.timefold.solver.constraint.streams.bavet.common
Classes in ai.timefold.solver.constraint.streams.bavet.common that implement RightTupleLifecycle Modifier and Type Class Description classAbstractIfExistsNode<LeftTuple_ extends AbstractTuple,Right_>This class has two direct children:AbstractIndexedIfExistsNodeandAbstractUnindexedIfExistsNode.classAbstractIndexedIfExistsNode<LeftTuple_ extends AbstractTuple,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 AbstractTuple,Right_,OutTuple_ extends AbstractTuple>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 AbstractTuple,Right_,OutTuple_ extends AbstractTuple>This class has two direct children:AbstractIndexedJoinNodeandAbstractUnindexedJoinNode.classAbstractUnindexedIfExistsNode<LeftTuple_ extends AbstractTuple,Right_>There is a strong likelihood that any change made to this class should also be made toAbstractIndexedIfExistsNode.classAbstractUnindexedJoinNode<LeftTuple_ extends AbstractTuple,Right_,OutTuple_ extends AbstractTuple>There is a strong likelihood that any change made to this class should also be made toAbstractIndexedJoinNode. -
Uses of RightTupleLifecycle in ai.timefold.solver.constraint.streams.bavet.common.tuple
Methods in ai.timefold.solver.constraint.streams.bavet.common.tuple with parameters of type RightTupleLifecycle Modifier and Type Method Description static <Tuple_ extends AbstractTuple>
TupleLifecycle<Tuple_>TupleLifecycle. ofRight(RightTupleLifecycle<Tuple_> rightTupleLifecycle)
-