Package | Description |
---|---|
cz.cuni.mff.odcleanstore.datanormalization |
The Data Normalization transformer (public interface).
|
cz.cuni.mff.odcleanstore.datanormalization.impl |
The Data Normalization transformer - implementation.
|
cz.cuni.mff.odcleanstore.engine.outputws | |
cz.cuni.mff.odcleanstore.linker |
Linker interfaces.
|
cz.cuni.mff.odcleanstore.linker.impl |
Linker implementation.
|
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.simpletransformer | |
cz.cuni.mff.odcleanstore.test |
Classes for manual linker testing.
|
cz.cuni.mff.odcleanstore.transformer |
Interface definitions for named graph transformers.
|
cz.cuni.mff.odcleanstore.transformer.odcs |
Modifier and Type | Method and Description |
---|---|
List<DataNormalizer.GraphModification> |
DataNormalizer.debugRules(HashMap<String,String> graphs,
TransformationContext context,
TableVersion tableVersion)
Allows the user to examine what changes took place after each rule was executed.
|
Modifier and Type | Method and Description |
---|---|
List<DataNormalizer.GraphModification> |
DataNormalizerImpl.debugRules(HashMap<String,String> graphs,
TransformationContext context,
TableVersion tableVersion)
collects information about graph transformations
|
DataNormalizer.GraphModification |
DataNormalizerImpl.getGraphModifications(String graphName,
JDBCConnectionCredentials clean,
JDBCConnectionCredentials source,
TableVersion tableVersion)
collects modifications that are done to the given graph
|
void |
DataNormalizerImpl.shutdown() |
void |
DataNormalizerImpl.transformGraph(TransformedGraph inputGraph,
TransformationContext context)
Transforms graph.
|
Modifier and Type | Method and Description |
---|---|
protected abstract org.restlet.representation.Representation |
QueryExecutorResourceBase.execute()
Serve the current request.
|
protected org.restlet.representation.Representation |
MetadataQueryExecutorResource.execute() |
Modifier and Type | Method and Description |
---|---|
List<DebugResult> |
Linker.debugRules(File inputFile,
TransformationContext context,
TableVersion tableVersion,
SerializationLanguage language)
Debugs linkage rules.
|
List<DebugResult> |
Linker.debugRules(String input,
TransformationContext context,
TableVersion tableVersion)
Debugs linkage rules.
|
Modifier and Type | Method and Description |
---|---|
List<DebugResult> |
LinkerImpl.debugRules(File inputFile,
TransformationContext context,
TableVersion tableVersion,
SerializationLanguage language) |
List<DebugResult> |
LinkerImpl.debugRules(String input,
TransformationContext context,
TableVersion tableVersion) |
void |
LinkerImpl.transformGraph(TransformedGraph inputGraph,
TransformationContext context)
Transforms a graph.
|
Modifier and Type | Method and Description |
---|---|
List<QualityAssessor.GraphScoreWithTrace> |
QualityAssessor.debugRules(HashMap<String,String> graphs,
TransformationContext context,
TableVersion tableVersion) |
Modifier and Type | Method and Description |
---|---|
List<QualityAssessor.GraphScoreWithTrace> |
QualityAssessorImpl.debugRules(HashMap<String,String> graphs,
TransformationContext context,
TableVersion tableVersion) |
QualityAssessor.GraphScoreWithTrace |
QualityAssessorImpl.getGraphScoreWithTrace(String graphName,
JDBCConnectionCredentials clean) |
QualityAssessor.GraphScoreWithTrace |
QualityAssessorImpl.getGraphScoreWithTrace(String graphName,
JDBCConnectionCredentials clean,
JDBCConnectionCredentials source,
TableVersion tableVersion) |
void |
QualityAggregatorImpl.shutdown() |
void |
QualityAssessorImpl.transformGraph(TransformedGraph inputGraph,
TransformationContext context) |
void |
QualityAggregatorImpl.transformGraph(TransformedGraph inputGraph,
TransformationContext context)
Compute aggregated score of all scores of graph in the clean database and the score of the new graph
(restrained to graphs published by the same publisher who published the currently processed graph).
|
Modifier and Type | Method and Description |
---|---|
void |
CustomTransformer.shutdown() |
void |
CustomTransformer.transformGraph(TransformedGraph inputGraph,
TransformationContext context) |
Modifier and Type | Method and Description |
---|---|
static void |
DBconfigLinkerTest.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
Transformer.shutdown()
Called when the instance of the transformer is no longer needed.
|
void |
Transformer.transformGraph(TransformedGraph inputGraph,
TransformationContext context)
Transforms a graph.
|
Modifier and Type | Method and Description |
---|---|
void |
ODCSPropertyFilterTransformer.shutdown() |
void |
ODCSLatestUpdateMarkerTransformer.shutdown() |
void |
ODCSBNodeToResourceTransformer.shutdown() |
void |
ODCSPropertyFilterTransformer.transformGraph(TransformedGraph inputGraph,
TransformationContext context) |
void |
ODCSLatestUpdateMarkerTransformer.transformGraph(TransformedGraph inputGraph,
TransformationContext context) |
void |
ODCSBNodeToResourceTransformer.transformGraph(TransformedGraph inputGraph,
TransformationContext context) |
Copyright © 2013. All Rights Reserved.