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.webfrontend.pages.transformers.dn.debug |
Page components for the Data Normalization rules debugging section related pages.
|
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 |
---|---|
class |
DataNormalizerImpl.GraphModificationImpl
The collection of all modifications done to a graph (grouped by the rules that did them, divided into two groups: Insertions, Deletions)
|
Modifier and Type | Method and Description |
---|---|
DataNormalizer.GraphModification |
DataNormalizerImpl.getGraphModifications(String graphName,
JDBCConnectionCredentials clean,
JDBCConnectionCredentials source,
TableVersion tableVersion)
collects modifications that are done to the given graph
|
Modifier and Type | Method and Description |
---|---|
List<DataNormalizer.GraphModification> |
DataNormalizerImpl.debugRules(HashMap<String,String> graphs,
TransformationContext context,
TableVersion tableVersion)
collects information about graph transformations
|
Constructor and Description |
---|
DNDebugResultPage(List<DataNormalizer.GraphModification> results,
Integer ruleGroupId) |
Copyright © 2013. All Rights Reserved.