Package | Description |
---|---|
cz.cuni.mff.odcleanstore.data | |
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.datanormalization.rules |
The Data Normalization transformer rules, rule querying and generation.
|
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.qualityassessment.rules |
The Quality Assessment transformer rules, rule querying and generation.
|
cz.cuni.mff.odcleanstore.webfrontend.pages |
Page components.
|
Modifier and Type | Method and Description |
---|---|
static TableVersion |
TableVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableVersion[] |
TableVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
|
Constructor and Description |
---|
DataNormalizationRulesModel(JDBCConnectionCredentials endpoint,
TableVersion tableVersion) |
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) |
List<SilkRule> |
LinkerDao.loadRules(Integer[] groups,
TableVersion tableVersion)
Loads rules from given groups from the database.
|
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,
JDBCConnectionCredentials source,
TableVersion tableVersion) |
protected void |
QualityAssessorImpl.loadRules(TableVersion tableVersion)
Analyze what rules should be applied (find out what rule group is demanded).
|
Constructor and Description |
---|
QualityAssessmentRulesModel(JDBCConnectionCredentials endpoint,
TableVersion tableVersion) |
Modifier and Type | Method and Description |
---|---|
protected TableVersion |
LimitedEditingPage.getVisibleTableVersion() |
Copyright © 2013. All Rights Reserved.