org.openrdf.query
Interface BooleanQuery

All Superinterfaces:
Query
All Known Implementing Classes:
HTTPBooleanQuery, SailBooleanQuery

public interface BooleanQuery
extends Query

Author:
Arjohn Kampman

Method Summary
 boolean evaluate()
           
 
Methods inherited from interface org.openrdf.query.Query
getBindings, getDataset, getIncludeInferred, getMaxQueryTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxQueryTime
 

Method Detail

evaluate

boolean evaluate()
                 throws QueryEvaluationException
Throws:
QueryEvaluationException


Copyright © 2001-2008 Aduna. All Rights Reserved.