public interface DataNormalizer extends Transformer
Modifier and Type | Interface and Description |
---|---|
static interface |
DataNormalizer.GraphModification
The collection of all modifications done to a graph (grouped by the rules that did them).
|
static interface |
DataNormalizer.RuleModification
Collection of all the insertions and deletions that were applied by a certain rule.
|
static interface |
DataNormalizer.TripleModification
Triple that has either been deleted or inserted to a graph in one step of the normalization process.
|
Modifier and Type | Method and Description |
---|---|
List<DataNormalizer.GraphModification> |
debugRules(HashMap<String,String> graphs,
TransformationContext context,
TableVersion tableVersion)
Allows the user to examine what changes took place after each rule was executed.
|
shutdown, transformGraph
List<DataNormalizer.GraphModification> debugRules(HashMap<String,String> graphs, TransformationContext context, TableVersion tableVersion) throws TransformerException
graphs
- (originalGraphName, temporaryGraphName) mapping of input graph names to database unique temporary
identifiers.context
- transformation context containing connection credentialstableVersion
- specifies which version of rule tables will be used (committed / uncommitted)TransformerException
Copyright © 2013. All Rights Reserved.