public interface RuleSet
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activates this
RuleSet . |
void |
deactivate()
Deactivates this
RuleSet . |
java.lang.String |
getURI()
Gets the URI of this
RuleSet . |
boolean |
isActive()
Tests if the
RuleSet is active. |
java.util.Collection |
rules()
Gets all the rules in this
RuleSet . |
java.lang.String getURI()
RuleSet
.
The URI should be unique within a session.boolean isActive()
RuleSet
is active.void activate()
RuleSet
.void deactivate()
RuleSet
.java.util.Collection rules()
RuleSet
.Rule
.