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.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.transformer.odcs |
Modifier and Type | Interface and Description |
---|---|
interface |
DataNormalizer
Data normalization transformer interface
It is used to modify input graph according to DataNormalizationRules.
|
Modifier and Type | Class and Description |
---|---|
class |
DataNormalizerImpl
DataNormalizerImpl implements the default Data Normalization for ODCS
|
Modifier and Type | Interface and Description |
---|---|
interface |
Linker
Linking component.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkerImpl
Default implementation of the {link #Linker} interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
QualityAggregator
Trivial extension of Transformer interface.
|
interface |
QualityAssessor
Quality Assessment component.
|
Modifier and Type | Class and Description |
---|---|
class |
QualityAggregatorImpl
Default implementation of the Quality Aggregator
Compute average score of all graphs known to us (stored in db, including this one)
and update its score in database in ODCSInternal.aggregatedPublisherScoreGraphUri
graph
|
class |
QualityAssessorImpl
The default quality assessor.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomTransformer
Simple Testing custom Transformer.
|
Modifier and Type | Class and Description |
---|---|
class |
ODCSBNodeToResourceTransformer
Transformer for replacing blank nodes with unique URI resources.
|
class |
ODCSLatestUpdateMarkerTransformer
Transformer for marking the latest version of a named graph with
ODCS.isLatestUpdate property. |
class |
ODCSPropertyFilterTransformer
Transformer for filtering of reserved properties from incoming payload data and provenance metadata.
|
Copyright © 2013. All Rights Reserved.