public class DataNormalizerImpl.GraphModificationImpl extends Object implements DataNormalizer.GraphModification
Constructor and Description |
---|
DataNormalizerImpl.GraphModificationImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addDeletion(DataNormalizationRule rule,
String s,
String p,
String o) |
void |
addInsertion(DataNormalizationRule rule,
String s,
String p,
String o) |
String |
getGraphName() |
DataNormalizer.RuleModification |
getModificationsByRule(DataNormalizationRule rule) |
Iterator<DataNormalizationRule> |
getRuleIterator() |
void |
setGraphName(String graphName) |
public DataNormalizerImpl.GraphModificationImpl()
public void addInsertion(DataNormalizationRule rule, String s, String p, String o)
addInsertion
in interface DataNormalizer.GraphModification
public void addDeletion(DataNormalizationRule rule, String s, String p, String o)
addDeletion
in interface DataNormalizer.GraphModification
public Iterator<DataNormalizationRule> getRuleIterator()
getRuleIterator
in interface DataNormalizer.GraphModification
public DataNormalizer.RuleModification getModificationsByRule(DataNormalizationRule rule)
getModificationsByRule
in interface DataNormalizer.GraphModification
rule
- The rule to find modifications for (usually obtained through getRuleIterator dereferencing (.next()))public String getGraphName()
getGraphName
in interface DataNormalizer.GraphModification
public void setGraphName(String graphName)
setGraphName
in interface DataNormalizer.GraphModification
graphName
- the name of the modified graphCopyright © 2013. All Rights Reserved.