public interface IRule
Modifier and Type | Method and Description |
---|---|
IAction |
getAction()
Get the action.
|
ICondition |
getCondition()
Get the condition.
|
java.lang.String |
getName()
Get the rule name.
|
IPriorityEvaluator |
getPriorityEvaluator()
Get the priority.
|
java.lang.String getName()
ICondition getCondition()
IAction getAction()
IPriorityEvaluator getPriorityEvaluator()