|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for repository of RuleBase
s.
RuleBase
Method Summary | |
RuleBase |
lookupRuleBase(java.lang.String uri)
Retrieve a RuleBase by URI. |
void |
registerRuleBase(java.lang.String uri,
RuleBase ruleBase)
Register a RuleBase by URI. |
Method Detail |
public RuleBase lookupRuleBase(java.lang.String uri) throws NoSuchRuleBaseException
RuleBase
by URI.
uri
- The identifying URI of the RuleBase
.
RuleBase
.
NoSuchRuleBaseException
- If no RuleBase
can be located.public void registerRuleBase(java.lang.String uri, RuleBase ruleBase)
RuleBase
by URI.
uri
- The uri.ruleBase
- The rule base.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |