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