|
||||||||||
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(java.lang.String uri)
Lookup a SemanticModule by URI. |
Method Detail |
public SemanticModule lookupSemanticModule(java.lang.String uri) throws NoSuchSemanticModuleException
SemanticModule
by URI.
NoSuchSemanticModuleException
- If no module is bound to the URI.uri
- The URI.
SemanticModule
.public SemanticModule[] getSemanticModules()
SemanticModule
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |