Uses of Class
org.aksw.iguana.commons.annotation.Shorthand
-
-
Uses of Shorthand in org.aksw.iguana.cc.lang.impl
Classes in org.aksw.iguana.cc.lang.impl with annotations of type Shorthand Modifier and Type Class Description class
RDFLanguageProcessor
Language for everything which returns RDF in any rdf format.class
SPARQLLanguageProcessor
SPARQL Language Processor. -
Uses of Shorthand in org.aksw.iguana.cc.query.impl
Classes in org.aksw.iguana.cc.query.impl with annotations of type Shorthand Modifier and Type Class Description class
InstancesQueryHandler
A QueryHandler for already instances of queries.class
PatternQueryHandler
This QueryHandler uses query patterns and converts them into query instances.
A query pattern is a SPARQL 1.1 Query which can have additional variables %%var[0/9]+%% in the Basic Graph Pattern. -
Uses of Shorthand in org.aksw.iguana.cc.tasks.impl
Classes in org.aksw.iguana.cc.tasks.impl with annotations of type Shorthand Modifier and Type Class Description class
Stresstest
Stresstest. -
Uses of Shorthand in org.aksw.iguana.cc.worker.impl
Classes in org.aksw.iguana.cc.worker.impl with annotations of type Shorthand Modifier and Type Class Description class
CLIInputFileWorker
Worker to execute a query against a CLI process, the connection.service will be the command to execute the query against.class
CLIInputPrefixWorker
Worker to execute a query against a CLI process, the connection.service will be the command to execute the query against.class
CLIInputWorker
Worker to execute a query against a CLI process, the connection.service will be the command to execute the query against.class
CLIWorker
Worker to execute a query again a CLI process, the connection.service will be the command to execute the query against.class
HttpGetWorker
HTTP Get Worker.class
MultipleCLIInputWorker
Worker to execute a query against a CLI process, the connection.service will be the command to execute the query against.class
SPARQLWorker
A Worker using SPARQL 1.1 to create service request.class
UPDATEWorker
A Worker using SPARQL Updates to create service request. -
Uses of Shorthand in org.aksw.iguana.rp.metrics.impl
Classes in org.aksw.iguana.rp.metrics.impl with annotations of type Shorthand Modifier and Type Class Description class
AvgQPSMetric
Calculates the average queries per secondclass
EachQueryMetric
This metric will send every query execution time to the storages.class
F1MeasureMetric
provides a metric to measure F1, recall and precision if provided tp,fp,fn.class
NoQMetric
Counts the number of all successfully executed queriesclass
NoQPHMetric
The Number Of Queries Per Hour Metricclass
QMPHMetric
The Query Mixes Per Hour Metricclass
QPSMetric
Queries Per Second Metric implementation -
Uses of Shorthand in org.aksw.iguana.rp.storage.impl
Classes in org.aksw.iguana.rp.storage.impl with annotations of type Shorthand Modifier and Type Class Description class
NTFileStorage
Will save results as NTriple File either using the provided name or the a generated one.class
TriplestoreStorage
This Storage will save all the metric results into a specified triple store
-