org.modeshape.graph.query.process
Interface JoinComponent.Joinable
- Enclosing class:
 - JoinComponent
 
protected static interface JoinComponent.Joinable
Interface defining the value of a tuple that is used in the join condition.
| 
Method Summary | 
 boolean | 
evaluate(Object leftValue,
         Object rightValue)
 
          Obtain the value that is to be used in the join condition. | 
 
evaluate
boolean evaluate(Object leftValue,
                 Object rightValue)
- Obtain the value that is to be used in the join condition.
- Parameters:
 leftValue - the value from the left tuple; never nullrightValue - the value from the right tuple; never null
- Returns:
 - true if the tuples are to be joined
 
 
 
Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.