Package | Description |
---|---|
cz.cuni.mff.odcleanstore.datanormalization.rules |
The Data Normalization transformer rules, rule querying and generation.
|
Modifier and Type | Method and Description |
---|---|
void |
DataNormalizationRule.addComponent(Integer id,
String type,
String modification,
String description)
adds new component to a rule
|
Collection<DataNormalizationRule> |
DataNormalizationRulesModel.compileOntologyToRules(String ontologyGraphURI)
Creates predefined rules for properties with range: Boolean, String, Date, Integer, NonNegativeInteger, NonPositiveInteger, Double/Decimal
|
Collection<DataNormalizationRule> |
DataNormalizationRulesModel.getRules(Integer... groupIds)
selects rules that belong to groups whose IDs are among groupIds
|
Collection<DataNormalizationRule> |
DataNormalizationRulesModel.getRules(String... groupLabels)
selects rules that belong to groups whose labels are among groupLabels
|
Constructor and Description |
---|
DataNormalizationBooleanRule(Integer id,
Integer groupId,
com.hp.hpl.jena.rdf.model.Resource property) |
DataNormalizationDateRule(Integer id,
Integer groupId,
com.hp.hpl.jena.rdf.model.Resource property) |
DataNormalizationIntegerRule(Integer id,
Integer groupId,
com.hp.hpl.jena.rdf.model.Resource property) |
DataNormalizationNonNegativeIntegerRule(Integer id,
Integer groupId,
com.hp.hpl.jena.rdf.model.Resource property) |
DataNormalizationNonPositiveIntegerRule(Integer id,
Integer groupId,
com.hp.hpl.jena.rdf.model.Resource property) |
DataNormalizationNumberRule(Integer id,
Integer groupId,
com.hp.hpl.jena.rdf.model.Resource property) |
DataNormalizationRule(Integer id,
Integer groupId,
String label,
String description,
String... components)
constructs new rule with the specified components
|
DataNormalizationStringRule(Integer id,
Integer groupId,
com.hp.hpl.jena.rdf.model.Resource property) |
Copyright © 2013. All Rights Reserved.