org.openrdf.sesame.query.rql.model
Class In

java.lang.Object
  extended byorg.openrdf.sesame.query.rql.model.In
All Implemented Interfaces:
BooleanQuery, Query

public class In
extends Object
implements BooleanQuery


Constructor Summary
In(ResourceQuery arg1, ResourceQuery arg2)
           
 
Method Summary
 ResourceQuery getArg1()
           
 ResourceQuery getArg2()
           
 String getQuery()
           
 boolean isTrue(RdfSchemaSource rss)
          Determines whether operand 1 is in the result set of operand 2.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

In

public In(ResourceQuery arg1,
          ResourceQuery arg2)
Method Detail

getArg1

public ResourceQuery getArg1()

getArg2

public ResourceQuery getArg2()

isTrue

public boolean isTrue(RdfSchemaSource rss)
               throws QueryEvaluationException
Determines whether operand 1 is in the result set of operand 2.

Specified by:
isTrue in interface BooleanQuery
Parameters:
rss - the repository abstraction layer which is to be queried during evaluation.
Returns:
true if operand 1 is in the result set of operand 2, false otherwise.
Throws:
QueryEvaluationException

getQuery

public String getQuery()
Specified by:
getQuery in interface Query

toString

public String toString()


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.