public interface QualityMetric
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
statsLogger
A special-purpose logger, aimed to write statistics about metric value calculations in a file,
specified in the configuration of the logging subsystem (log4j)
|
| Modifier and Type | Method and Description |
|---|---|
void |
compute(com.hp.hpl.jena.sparql.core.Quad quad)
This method should compute the metric.
|
com.hp.hpl.jena.rdf.model.Resource |
getAgentURI()
An agent is required to keep provenance track.
|
String |
getDatasetURI() |
com.hp.hpl.jena.rdf.model.Resource |
getMetricURI() |
ProblemList<?> |
getQualityProblems() |
boolean |
isEstimate() |
double |
metricValue() |
void |
setDatasetURI(String datasetURI) |
static final org.slf4j.Logger statsLogger
void compute(com.hp.hpl.jena.sparql.core.Quad quad)
The - Quad double metricValue()
com.hp.hpl.jena.rdf.model.Resource getMetricURI()
ProblemList<?> getQualityProblems()
boolean isEstimate()
com.hp.hpl.jena.rdf.model.Resource getAgentURI()
void setDatasetURI(String datasetURI)
String getDatasetURI()
Copyright © 2016 Enterprise Information Systems - University of Bonn. All rights reserved.