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

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

public class Not
extends Object
implements BooleanQuery


Constructor Summary
Not(BooleanQuery arg)
           
 
Method Summary
 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

Not

public Not(BooleanQuery arg)
Method Detail

isTrue

public boolean isTrue(RdfSchemaSource rss)
               throws QueryEvaluationException
Specified by:
isTrue in interface BooleanQuery
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.