|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Jul 19, 2004
Method Summary | |
boolean |
getBoolean()
If the query resultied in a boolean response, for example asking if a concept was satisfiable, then this method may be used to get the boolean result. |
Collection |
getConcepts()
If the query resulted in a concept set response type for example a query for super concepts then this method can be used to get the concepts. |
String |
getID()
Gets the ID of the query that the reponse corresponds to |
Collection |
getIndividuals()
If the query resulted in an individual set response type then this method may be used to obtain the individuals in the response. |
Method Detail |
public String getID()
public Collection getConcepts()
Collection
of RDFSClass
spublic Collection getIndividuals()
Collection
of RDFIndividual
spublic boolean getBoolean()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |