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

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

public class BooleanConstant
extends Object
implements BooleanQuery


Constructor Summary
BooleanConstant(boolean value)
           
 
Method Summary
 String getQuery()
           
 ValueIterator getResources(RdfSchemaSource rss)
           
 boolean isTrue(RdfSchemaSource rss)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanConstant

public BooleanConstant(boolean value)
Method Detail

isTrue

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

getResources

public ValueIterator getResources(RdfSchemaSource rss)

getQuery

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

toString

public String toString()


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