Package | Description |
---|---|
cz.cuni.mff.odcleanstore.datanormalization.rules |
The Data Normalization transformer rules, rule querying and generation.
|
Modifier and Type | Method and Description |
---|---|
DataNormalizationRule.EnumRuleComponentType |
DataNormalizationRule.Component.getType() |
static DataNormalizationRule.EnumRuleComponentType |
DataNormalizationRule.EnumRuleComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataNormalizationRule.EnumRuleComponentType[] |
DataNormalizationRule.EnumRuleComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataNormalizationRule.addComponent(Integer id,
DataNormalizationRule.EnumRuleComponentType type,
String modification,
String description)
adds new component to a rule
|
Constructor and Description |
---|
DataNormalizationRule.Component(Integer id,
DataNormalizationRule.EnumRuleComponentType type,
String modification,
String description) |
Copyright © 2013. All Rights Reserved.