Package rules
Interface IRulesDefinition
-
- All Known Implementing Classes:
AbstractRule
,MergeSEFF
,NegativeCleanup
,NegativeRule
,NegativeRuleParentChild
,NegativeRuleSame
,ParentChild
,SamePolicy
,SimplerPolicy
,SubstituteParent
public interface IRulesDefinition
Interface for rulesets
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyRuleToModel()
boolean
executeRule()
Collection<? extends ErrorRecord>
getErrors()
int
getNumberOfRecords()
-
-
-
Method Detail
-
applyRuleToModel
void applyRuleToModel()
-
executeRule
boolean executeRule()
-
getNumberOfRecords
int getNumberOfRecords()
-
getErrors
Collection<? extends ErrorRecord> getErrors()
-
-