Uses of Class
ai.timefold.solver.constraint.streams.bavet.common.AbstractJoinNode
Packages that use AbstractJoinNode
Package
Description
This package contains performance-sensitive code.
-
Uses of AbstractJoinNode in ai.timefold.solver.constraint.streams.bavet.common
Subclasses of AbstractJoinNode in ai.timefold.solver.constraint.streams.bavet.commonModifier and TypeClassDescriptionclassAbstractIndexedJoinNode<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.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.