Package com.stardog.stark.query
Class AbstractQueryResultHandler<T>
java.lang.Object
com.stardog.stark.query.AbstractQueryResultHandler<T>
- All Implemented Interfaces:
QueryResultHandler<T>
- Direct Known Subclasses:
QueryResultBuilder
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
Constructor Details
-
AbstractQueryResultHandler
public AbstractQueryResultHandler()
-
-
Method Details
-
links
Handle the set of links from the result- Specified by:
linksin interfaceQueryResultHandler<T>- Parameters:
theLinks- The links- See Also:
-
start
public void start()Signal that query processing is starting- Specified by:
startin interfaceQueryResultHandler<T>
-
end
public void end()Signal that query processing has completed- Specified by:
endin interfaceQueryResultHandler<T>
-