|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
clear()
Clears the current repository. |
void |
close()
Closes the current repository. |
QueryResult |
issueQuery(Query query)
Issues a query to the current repository. |
boolean |
load(java.lang.String dataDir)
Loads the specified data to the current repository. |
void |
open(java.lang.String database)
Opens the repository. |
void |
setOntology(java.lang.String ontology)
Specifies the url of the univ-bench ontology. |
Method Detail |
public void open(java.lang.String database)
database
- Path of the back-end database. Specified as null for
memory-based systems.public void close()
public boolean load(java.lang.String dataDir)
dataDir
- Directory where the data reside.public void setOntology(java.lang.String ontology)
ontology
- Url of the univ-bench ontology.public QueryResult issueQuery(Query query)
query
- The query.public void clear()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |