Class AbstractUnindexedJoinNode<LeftTuple_ extends AbstractTuple,Right_,OutTuple_ extends AbstractTuple>

java.lang.Object
ai.timefold.solver.constraint.streams.bavet.common.AbstractNode
ai.timefold.solver.constraint.streams.bavet.common.AbstractJoinNode<LeftTuple_,Right_,OutTuple_>
ai.timefold.solver.constraint.streams.bavet.common.AbstractUnindexedJoinNode<LeftTuple_,Right_,OutTuple_>
Type Parameters:
LeftTuple_ -
Right_ -
All Implemented Interfaces:
LeftTupleLifecycle<LeftTuple_>, RightTupleLifecycle<UniTuple<Right_>>

public abstract class AbstractUnindexedJoinNode<LeftTuple_ extends AbstractTuple,Right_,OutTuple_ extends AbstractTuple> extends AbstractJoinNode<LeftTuple_,Right_,OutTuple_> implements LeftTupleLifecycle<LeftTuple_>, RightTupleLifecycle<UniTuple<Right_>>
There is a strong likelihood that any change made to this class should also be made to AbstractIndexedJoinNode.