|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
IContext |
getContextDetail(java.lang.String ontologyName,
java.lang.String contextIdentifyingTerm)
This method returns the details associated with a context. |
OntologyObjectCollection |
getContexts(java.lang.String ontologyName)
This method retrieves all contexts for a stored ontology present the ontology server. |
OntologyObjectCollection |
getLexons(java.lang.String ontologyName,
java.lang.String contextIdentifyingTerm)
This method retrieves all lexons for a context within a stored ontology As parameters, the ontology name and the context name for which you want to retrieve the lexons are required. |
OntologyObjectCollection |
getOntologies()
This method retrieves all ontologies currently stored in the ontology server. |
IOntology |
getOntologyDetail(java.lang.String ontoName)
This method returns the details associated with an ontology. |
ITerm |
getTermDetail(java.lang.String ontologyName,
java.lang.String contextIdentifyingTerm,
java.lang.String term)
This method returns the details associated with a term. |
OntologyObjectCollection |
getTerms(java.lang.String ontologyName,
java.lang.String contextIdentifyingTerm)
This method retrieves all terms for a context withing a stored ontology present the ontology server. |
IUser |
getUserDetail(java.lang.String userName)
This method returns the details associated with a user. |
OntologyObjectCollection |
getUsers()
This method retrieves all users currently registered in the ontology server. |
| Methods inherited from interface vub.starlab.ontoserver.database.IDatabaseAPI |
closeConnection, establishConnection |
| Method Detail |
public OntologyObjectCollection getOntologies()
OntologyObjectCollection,
OntologyObjectIterator,
OntologyCollectionIterator,
IOntology
public IOntology getOntologyDetail(java.lang.String ontoName)
throws OntologyNotFoundException
ontoName - the name of the ontology for which you want the detailsOntologyNotFoundException - exception thrown when the ontology is not foundIOntology,
OntologyNotFoundExceptionpublic OntologyObjectCollection getUsers()
OntologyObjectCollection,
OntologyObjectIterator,
UserCollectionIterator,
IUser
public IUser getUserDetail(java.lang.String userName)
throws UserNotFoundException
userName - the username for which you want the detailsUserNotFoundException - exception thrown when the user is not foundIUser,
UserNotFoundException
public OntologyObjectCollection getContexts(java.lang.String ontologyName)
throws ContextNotFoundException
ontologyName - the name of the ontology for which you want the contextsOntologyObjectCollection,
OntologyObjectIterator,
ContextCollectionIterator,
IContext
public IContext getContextDetail(java.lang.String ontologyName,
java.lang.String contextIdentifyingTerm)
throws ContextNotFoundException
userName - the username for which you want the detailsContextNotFoundException - exception thrown when the context is not foundIContext,
ContextNotFoundException
public OntologyObjectCollection getLexons(java.lang.String ontologyName,
java.lang.String contextIdentifyingTerm)
throws ContextNotFoundException
ontologyName - the name of the ontologycontextIdentifyingTerm - the name of the contextOntologyObjectCollection,
OntologyObjectIterator,
LexonCollectionIterator,
ILexon
public OntologyObjectCollection getTerms(java.lang.String ontologyName,
java.lang.String contextIdentifyingTerm)
throws ContextNotFoundException
ontologyName - the name of the ontology for which you want the contextscontextIdentifyingTerm - the name of the term specifying the contextOntologyObjectCollection,
OntologyObjectIterator,
TermCollectionIterator,
ITerm
public ITerm getTermDetail(java.lang.String ontologyName,
java.lang.String contextIdentifyingTerm,
java.lang.String term)
throws ContextNotFoundException,
TermNotFoundException
ontologyName - the name of the ontology for which you want the contextscontextIdentifyingTerm - the name of the term specifying the contextterm - the term for which you want to retrieve the detailsContextNotFoundException - exception thrown when the context is not foundContextNotFoundException - exception thrown when the term is not foundITerm,
ContextNotFoundException,
TermNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||