Interface QuadConstraintStream<A,B,C,D>

Type Parameters:
A - the type of the first matched fact (either a problem fact or a planning entity)
B - the type of the second matched fact (either a problem fact or a planning entity)
C - the type of the third matched fact (either a problem fact or a planning entity)
D - the type of the fourth matched fact (either a problem fact or a planning entity)
All Superinterfaces:
ConstraintStream

public interface QuadConstraintStream<A,B,C,D> extends ConstraintStream
A ConstraintStream that matches four facts.
See Also: