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

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

public class And
extends Object
implements BooleanQuery


Constructor Summary
And(BooleanQuery arg1, BooleanQuery arg2)
           
 
Method Summary
 BooleanQuery getArg1()
           
 BooleanQuery getArg2()
           
 String getQuery()
           
 boolean isTrue(RdfSchemaSource rss)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

And

public And(BooleanQuery arg1,
           BooleanQuery arg2)
Method Detail

isTrue

public boolean isTrue(RdfSchemaSource rss)
               throws QueryEvaluationException
Specified by:
isTrue in interface BooleanQuery
Throws:
QueryEvaluationException

getArg1

public BooleanQuery getArg1()

getArg2

public BooleanQuery getArg2()

getQuery

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

toString

public String toString()


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