|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DIGQueryResponse
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 |
---|
String getID()
Collection getConcepts()
Collection
of RDFSClass
sCollection getIndividuals()
Collection
of RDFIndividual
sboolean getBoolean()
|
Protégé-OWL 3.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |