public interface IRuleAppliable
List
of Rule
associated with itModifier and Type | Method and Description |
---|---|
java.util.List<Rule> |
getRules()
This function must return a copy of the
Rule s created by initializeRules() |
java.util.List<Rule> |
initializeRules()
This function must return the list of
Rule for which this object is applied. |
java.util.List<Rule> initializeRules()
Rule
for which this object is applied.Rule
java.util.List<Rule> getRules()
Rule
s created by initializeRules()
Rule