Uses of Interface
se.liu.ida.hefquin.engine.queryproc.QueryProcStats
Packages that use QueryProcStats
Package
Description
-
Uses of QueryProcStats in se.liu.ida.hefquin.engine
Methods in se.liu.ida.hefquin.engine that return types with arguments of type QueryProcStatsModifier and TypeMethodDescriptiondefault Pair<QueryProcStats,
List<Exception>> HeFQUINEngine.executeQuery
(org.apache.jena.query.Query query) default Pair<QueryProcStats,
List<Exception>> HeFQUINEngine.executeQuery
(org.apache.jena.query.Query query, PrintStream output) default Pair<QueryProcStats,
List<Exception>> HeFQUINEngine.executeQuery
(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat) HeFQUINEngine.executeQuery
(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat, PrintStream output) HeFQUINEngineImpl.executeQuery
(org.apache.jena.query.Query query, org.apache.jena.sparql.resultset.ResultsFormat outputFormat, PrintStream output) -
Uses of QueryProcStats in se.liu.ida.hefquin.engine.queryproc
Methods in se.liu.ida.hefquin.engine.queryproc that return types with arguments of type QueryProcStatsModifier and TypeMethodDescriptionQueryProcessor.processQuery
(Query query, QueryResultSink resultSink) -
Uses of QueryProcStats in se.liu.ida.hefquin.engine.queryproc.impl
Classes in se.liu.ida.hefquin.engine.queryproc.impl that implement QueryProcStatsMethods in se.liu.ida.hefquin.engine.queryproc.impl that return types with arguments of type QueryProcStatsModifier and TypeMethodDescriptionQueryProcessorImpl.processQuery
(Query query, QueryResultSink resultSink)