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