public interface IRuleSet
Modifier and Type | Method and Description |
---|---|
void |
add(IRule rule)
adds a rule to the ruleset
|
void |
cleanup()
this has to be called to clean up the ruleset node.
|
long |
getExpiryTime()
returns the expiry time for the ruleset, the lowest expiry date of the rules inside
|
IRule |
getRule(java.lang.String ruleId) |
int |
getRulesetNode() |
boolean |
isEmpty()
gives whether the ruleset is empty.
|
void |
setRulesetNode(int node)
to set the rule set node for the ruleset
|
long getExpiryTime()
boolean isEmpty()
void add(IRule rule)
IRule getRule(java.lang.String ruleId)
ruleId
- the id of the rule to be retrieved from this rulesetint getRulesetNode()
void cleanup()
void setRulesetNode(int node)