org.openrdf.sesame.query.rql.model
Class DomainSelector
java.lang.Object
org.openrdf.sesame.query.rql.model.DomainSelector
- All Implemented Interfaces:
- Selector
- public class DomainSelector
- extends Object
- implements Selector
DomainSelector
public DomainSelector(ClassQuery domainQ,
PropertyQuery propQ)
initialize
public void initialize(RdfSchemaSource rss)
throws QueryEvaluationException
- Description copied from interface:
Selector
- Gives the Selector the opportunity to initialize itself.
- Specified by:
initialize in interface Selector
- Throws:
QueryEvaluationException
selectNext
public boolean selectNext(RdfSchemaSource rss)
throws QueryEvaluationException
- Description copied from interface:
Selector
- Selects the next values. Returns true if the selection was
successful, false otherwise.
- Specified by:
selectNext in interface Selector
- Throws:
QueryEvaluationException
clear
public void clear()
- Description copied from interface:
Selector
- Clears the Selector. The Selector will release all resources
it is currently using. After the Selector has been cleared it
should be reusable by re-initializing it.
- Specified by:
clear in interface Selector
toString
public String toString()
Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.