|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SesameOntologyManager
Interface of Sesame based ontology manager.
| Field Summary | |
|---|---|
static java.lang.String |
BUNDLE_ID
name of containing bundle. |
| Method Summary | |
|---|---|
RepositoryConnection |
getConnection(java.lang.String name)
create a new connection to the named repository. |
RepositoryConnection |
getDefaultConnection()
create a new connection to the default repository. |
java.util.List<java.lang.String> |
getRepositoryNames()
|
| Field Detail |
|---|
static final java.lang.String BUNDLE_ID
| Method Detail |
|---|
RepositoryConnection getDefaultConnection()
throws RepositoryException
RepositoryException - error creating connection
RepositoryConnection getConnection(java.lang.String name)
throws RepositoryException
name - repository name.
RepositoryException - invalid name or error creating connectionjava.util.List<java.lang.String> getRepositoryNames()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||