Uses of Interface
tech.oxfordsemantic.jrdfox.client.QueryAnswerMonitor
Packages that use QueryAnswerMonitor
-
Uses of QueryAnswerMonitor in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client with parameters of type QueryAnswerMonitorModifier and TypeMethodDescriptionDataStoreConnection.evaluateQuery(String queryText, Map<String, String> compilationParameters, QueryAnswerMonitor queryAnswerMonitor) Evaluates a query and calls the suppliedQueryAnswerMonitorinstance for each tuple in the result.DataStoreConnection.evaluateQuery(Query query, Map<String, String> compilationParameters, QueryAnswerMonitor queryAnswerMonitor) Evaluates a query and calls the suppliedQueryAnswerMonitorinstance for each tuple in the result.