Package | Description |
---|---|
cz.cuni.mff.odcleanstore.datanormalization.impl |
The Data Normalization transformer - implementation.
|
cz.cuni.mff.odcleanstore.engine.pipeline | |
cz.cuni.mff.odcleanstore.linker.impl |
Linker implementation.
|
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 | Class and Description |
---|---|
static class |
DataNormalizerImpl.SerializableTransformedGraph
Serialized version needed for serialization in frontend for example
|
Modifier and Type | Method and Description |
---|---|
void |
DataNormalizerImpl.transformGraph(TransformedGraph inputGraph,
TransformationContext context)
Transforms graph.
|
Modifier and Type | Class and Description |
---|---|
class |
TransformedGraph
Container for all necessary information about a transformed graph for a custom transformer.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkerImpl.transformGraph(TransformedGraph inputGraph,
TransformationContext context)
Transforms a graph.
|
Modifier and Type | Method and Description |
---|---|
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 |
TransformedGraphTestImpl
Transformed graph mock object.
|
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) |
Copyright © 2013. All Rights Reserved.