|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a repository of semantic modules.
Method Summary | |
SemanticModule[] |
getSemanticModules()
Retieve all SemanticModule s. |
SemanticModule |
lookupSemanticModule(String uri)
Lookup a SemanticModule by URI. |
Method Detail |
public SemanticModule lookupSemanticModule(String uri) throws NoSuchSemanticModuleException
SemanticModule
by URI.
uri
- The URI.
SemanticModule
.
NoSuchSemanticModuleException
- If no module is bound to the URI.public SemanticModule[] getSemanticModules()
SemanticModule
s.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |