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.pipeline | |
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 | |
cz.cuni.mff.odcleanstore.webfrontend.pages |
Page components.
|
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 | Class and Description |
---|---|
static class |
DataNormalizerImpl.SerializableTransformationContext
Serialized version needed for serialization in frontend for example
|
Modifier and Type | Method and Description |
---|---|
List<DataNormalizer.GraphModification> |
DataNormalizerImpl.debugRules(HashMap<String,String> graphs,
TransformationContext context,
TableVersion tableVersion)
collects information about graph transformations
|
void |
DataNormalizerImpl.transformGraph(TransformedGraph inputGraph,
TransformationContext context)
Transforms graph.
|
Modifier and Type | Class and Description |
---|---|
class |
TransformationContext |
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) |
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.transformGraph(TransformedGraph inputGraph,
TransformationContext context) |
Modifier and Type | Class and Description |
---|---|
class |
TransformationContextTestImpl
Testovaci implementace
|
Modifier and Type | Method and Description |
---|---|
void |
Transformer.transformGraph(TransformedGraph inputGraph,
TransformationContext context)
Transforms a graph.
|
Modifier and Type | Method and Description |
---|---|
void |
ODCSPropertyFilterTransformer.transformGraph(TransformedGraph inputGraph,
TransformationContext context) |
void |
ODCSLatestUpdateMarkerTransformer.transformGraph(TransformedGraph inputGraph,
TransformationContext context) |
void |
ODCSBNodeToResourceTransformer.transformGraph(TransformedGraph inputGraph,
TransformationContext context) |
Modifier and Type | Method and Description |
---|---|
protected TransformationContext |
FrontendPage.createContext() |
Copyright © 2013. All Rights Reserved.