Package | Description |
---|---|
cz.cuni.mff.odcleanstore.engine.outputws.output | |
cz.cuni.mff.odcleanstore.qualityassessment |
The Quality Assessment transformer (public interface).
|
cz.cuni.mff.odcleanstore.qualityassessment.impl |
The Quality Assessment transformer - implementation.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.transformers.qa.debug |
Page components for the Quality Assessment rules debugging section related pages.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RDFFormatter.addQualityAssessmentResults(com.hp.hpl.jena.graph.Node namedGraphURI,
QualityAssessor.GraphScoreWithTrace qaResult,
com.hp.hpl.jena.graph.Graph graph)
Adds quality assessment results as triples to graph.
|
org.restlet.representation.Representation |
TriGFormatter.format(MetadataQueryResult metadataResult,
QualityAssessor.GraphScoreWithTrace qaResult,
long totalTime,
org.restlet.data.Reference requestReference) |
org.restlet.representation.Representation |
RDFXMLFormatter.format(MetadataQueryResult metadataResult,
QualityAssessor.GraphScoreWithTrace qaResult,
long totalTime,
org.restlet.data.Reference requestReference) |
org.restlet.representation.Representation |
QueryResultFormatter.format(MetadataQueryResult metadataResult,
QualityAssessor.GraphScoreWithTrace qaResult,
long totalTime,
org.restlet.data.Reference requestReference)
Returns a formatted representation of a named graph query result.
|
org.restlet.representation.Representation |
HTMLFormatter.format(MetadataQueryResult metadataResult,
QualityAssessor.GraphScoreWithTrace qaResult,
long totalTime,
org.restlet.data.Reference requestReference) |
org.restlet.representation.Representation |
DebugFormatter.format(MetadataQueryResult metadataResult,
QualityAssessor.GraphScoreWithTrace qaResult,
long totalTime,
org.restlet.data.Reference requestReference) |
Modifier and Type | Method and Description |
---|---|
List<QualityAssessor.GraphScoreWithTrace> |
QualityAssessor.debugRules(HashMap<String,String> graphs,
TransformationContext context,
TableVersion tableVersion) |
Modifier and Type | Class and Description |
---|---|
static class |
QualityAssessorImpl.GraphScoreWithTraceImpl |
Modifier and Type | Method and Description |
---|---|
QualityAssessor.GraphScoreWithTrace |
QualityAssessorImpl.getGraphScoreWithTrace(String graphName,
JDBCConnectionCredentials clean) |
QualityAssessor.GraphScoreWithTrace |
QualityAssessorImpl.getGraphScoreWithTrace(String graphName,
JDBCConnectionCredentials clean,
JDBCConnectionCredentials source,
TableVersion tableVersion) |
Modifier and Type | Method and Description |
---|---|
List<QualityAssessor.GraphScoreWithTrace> |
QualityAssessorImpl.debugRules(HashMap<String,String> graphs,
TransformationContext context,
TableVersion tableVersion) |
Constructor and Description |
---|
QADebugResultPage(List<QualityAssessor.GraphScoreWithTrace> results,
Integer ruleGroupId) |
Copyright © 2013. All Rights Reserved.