Uses of Interface
ai.timefold.solver.constraint.streams.bavet.common.tuple.LeftTupleLifecycle
-
Packages that use LeftTupleLifecycle 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 LeftTupleLifecycle in ai.timefold.solver.constraint.streams.bavet.common
Classes in ai.timefold.solver.constraint.streams.bavet.common that implement LeftTupleLifecycle 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 LeftTupleLifecycle in ai.timefold.solver.constraint.streams.bavet.common.tuple
Methods in ai.timefold.solver.constraint.streams.bavet.common.tuple with parameters of type LeftTupleLifecycle Modifier and Type Method Description static <Tuple_ extends AbstractTuple>
TupleLifecycle<Tuple_>TupleLifecycle. ofLeft(LeftTupleLifecycle<Tuple_> leftTupleLifecycle)
-