org.drools
Interface RuleBaseRepository
- All Known Implementing Classes:
- SimpleRepository, MultiRepository
- public interface RuleBaseRepository
Interface for repository of RuleBase
s.
- Author:
- bob mcwhirter
- See Also:
RuleBase
lookupRuleBase
public RuleBase lookupRuleBase(java.lang.String uri)
throws NoSuchRuleBaseException
- Retrieve a
RuleBase
by URI.
- Parameters:
uri
- The identifying URI of the RuleBase
.- Returns:
- The located
RuleBase
. - Throws:
NoSuchRuleBaseException
- If no RuleBase
can be located.
registerRuleBase
public void registerRuleBase(java.lang.String uri,
RuleBase ruleBase)
- Register a
RuleBase
by URI.
- Parameters:
uri
- The uri.ruleBase
- The rule base.
Copyright © 2001-2003 The Werken Company. All Rights Reserved.