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

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

public class Forall
extends Object
implements BooleanQuery


Constructor Summary
Forall(Var var, ResourceQuery query, BooleanQuery condition)
           
 
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

Forall

public Forall(Var var,
              ResourceQuery query,
              BooleanQuery condition)
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.