org.drools.smf
Interface SemanticsRepository
- All Known Implementing Classes:
- SimpleSemanticsRepository
- public interface SemanticsRepository
Interface for a repository of semantic modules.
- Author:
- bob mcwhirter
lookupSemanticModule
public SemanticModule lookupSemanticModule(java.lang.String uri)
throws NoSuchSemanticModuleException
- Lookup a
SemanticModule
by URI.
- Parameters:
uri
- The URI.- Returns:
- The bound
SemanticModule
. - Throws:
NoSuchSemanticModuleException
- If no module is
bound to the URI.
registerSemanticModule
public void registerSemanticModule(SemanticModule module)
- Register a
SemanticModule
by a URI.
- Parameters:
module
- The module.
Copyright © 2001-2003 The Werken Company. All Rights Reserved.