org.modeshape.graph.query.process
Interface SelectComponent.ConstraintChecker

Enclosing class:
SelectComponent

public static interface SelectComponent.ConstraintChecker

Interface used to determine whether a tuple satisfies all of the constraints applied to the SELECT node.


Method Summary
 boolean satisfiesConstraints(Object[] tuple)
          Return true if the tuple satisfies all of the constraints.
 

Method Detail

satisfiesConstraints

boolean satisfiesConstraints(Object[] tuple)
Return true if the tuple satisfies all of the constraints.

Parameters:
tuple - the tuple; never null
Returns:
true if the tuple satisifes the constraints, or false otherwise


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.