org.openrdf.sesame.query.rql.model
Class RangeSelector
java.lang.Object
org.openrdf.sesame.query.rql.model.RangeSelector
- All Implemented Interfaces:
- Selector
- public class RangeSelector
- extends Object
- implements Selector
RangeSelector
public RangeSelector(PropertyQuery propQ,
ClassQuery rangeQ)
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.