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 classRDFLanguageProcessorLanguage for everything which returns RDF in any rdf format.classSPARQLLanguageProcessorSPARQL 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 classInstancesQueryHandlerA QueryHandler for already instances of queries.classPatternQueryHandlerThis 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 classStresstestStresstest. - 
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 classCLIInputFileWorkerWorker to execute a query against a CLI process, the connection.service will be the command to execute the query against.classCLIInputPrefixWorkerWorker to execute a query against a CLI process, the connection.service will be the command to execute the query against.classCLIInputWorkerWorker to execute a query against a CLI process, the connection.service will be the command to execute the query against.classCLIWorkerWorker to execute a query again a CLI process, the connection.service will be the command to execute the query against.classHttpGetWorkerHTTP Get Worker.classMultipleCLIInputWorkerWorker to execute a query against a CLI process, the connection.service will be the command to execute the query against.classSPARQLWorkerA Worker using SPARQL 1.1 to create service request.classUPDATEWorkerA 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 classAvgQPSMetricCalculates the average queries per secondclassEachQueryMetricThis metric will send every query execution time to the storages.classF1MeasureMetricprovides a metric to measure F1, recall and precision if provided tp,fp,fn.classNoQMetricCounts the number of all successfully executed queriesclassNoQPHMetricThe Number Of Queries Per Hour MetricclassQMPHMetricThe Query Mixes Per Hour MetricclassQPSMetricQueries 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 classNTFileStorageWill save results as NTriple File either using the provided name or the a generated one.classTriplestoreStorageThis Storage will save all the metric results into a specified triple store 
 -