org.openrdf.sesame.query.rql.model
Interface BooleanQuery

All Superinterfaces:
Query
All Known Implementing Classes:
And, BooleanConstant, CompareTo, Exists, Forall, In, Like, Not, Or

public interface BooleanQuery
extends Query


Method Summary
 boolean isTrue(RdfSchemaSource rss)
           
 
Methods inherited from interface org.openrdf.sesame.query.rql.model.Query
getQuery
 

Method Detail

isTrue

public boolean isTrue(RdfSchemaSource rss)
               throws QueryEvaluationException
Throws:
QueryEvaluationException


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