Package | Description |
---|---|
oracle.ide.extension.rules | |
oracle.ide.extension.rules.composite |
Modifier and Type | Class and Description |
---|---|
class |
SimpleRule
A SimpleRule consists of a reference to a RuleType and a set of parameters.
|
Modifier and Type | Method and Description |
---|---|
Rule |
RuleEngine.getRule(java.lang.String id)
Returns the registered Rule with the given id, or null
if no such Rule is registered
|
Modifier and Type | Method and Description |
---|---|
boolean |
RuleEngine.registerRule(Rule rule)
Attempts to register the given Rule with the RuleEngine.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeRule |