public interface IRule<T>
Modifier and Type | Method and Description |
---|---|
IAction<T> |
getAction()
Get the action of the rule.
|
ICondition |
getCondition()
Get the condition of the rule.
|
java.util.List<EventType> |
getEvents()
Get the event types this rule reactes to.
|
java.lang.String |
getName()
Get the rule name.
|
java.lang.String getName()
java.util.List<EventType> getEvents()
ICondition getCondition()