public interface CheckRule
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
checkRule(IRule r)
Checks if the rule r fulfills the terms stated
|
java.util.List<java.lang.String> |
getCauses()
Gets the conditions which the rule didn't comply with
|
java.lang.String |
getCausesString()
Gets a String which represent all the conditions not complied by the rule
|
boolean checkRule(IRule r)
r
- the rule to be checkedjava.util.List<java.lang.String> getCauses()
java.lang.String getCausesString()