org.openrdf.query.parser
Class ParsedBooleanQuery

java.lang.Object
  extended by org.openrdf.query.parser.ParsedOperation
      extended by org.openrdf.query.parser.ParsedQuery
          extended by org.openrdf.query.parser.ParsedBooleanQuery

public class ParsedBooleanQuery
extends ParsedQuery

A query formulated in the OpenRDF query algebra that produces a boolean value as its result.

Author:
Arjohn Kampman

Constructor Summary
ParsedBooleanQuery()
          Creates a new boolean query.
ParsedBooleanQuery(String sourceString, TupleExpr tupleExpr)
          Creates a new boolean query for the supplied tuple expression.
ParsedBooleanQuery(TupleExpr tupleExpr)
          Creates a new boolean query for the supplied tuple expression.
 
Method Summary
 
Methods inherited from class org.openrdf.query.parser.ParsedQuery
getTupleExpr, setTupleExpr, toString
 
Methods inherited from class org.openrdf.query.parser.ParsedOperation
getDataset, getSourceString, setDataset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsedBooleanQuery

public ParsedBooleanQuery()
Creates a new boolean query. To complete this query, a tuple expression needs to be supplied to it using ParsedQuery.setTupleExpr(TupleExpr).


ParsedBooleanQuery

public ParsedBooleanQuery(TupleExpr tupleExpr)
Creates a new boolean query for the supplied tuple expression.

Parameters:
tupleExpr - A tuple expression representing the query, formulated in OpenRDF Query Algebra objects.

ParsedBooleanQuery

public ParsedBooleanQuery(String sourceString,
                          TupleExpr tupleExpr)
Creates a new boolean query for the supplied tuple expression.

Parameters:
tupleExpr - A tuple expression representing the query, formulated in OpenRDF Query Algebra objects.


Copyright © 2001-2012 Aduna. All Rights Reserved.