|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DIGQueryResponse
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 21-Nov-2006
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. |
java.util.Set<java.util.Set<OWLClass>> |
getConceptSets()
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. |
java.lang.String |
getID()
Gets the ID of the query that the reponse corresponds to |
java.util.Set<OWLIndividual> |
getIndividuals()
If the query resulted in an individual set response type then this method may be used to obtain the individuals in the response. |
java.util.Set<java.util.Set<OWLObjectProperty>> |
getRoleSets()
If the query resulted in an object property set response type for example a query for super properties then this method can be used to get the concepts. |
Method Detail |
---|
java.lang.String getID()
java.util.Set<java.util.Set<OWLClass>> getConceptSets() throws DIGReasonerException
Set
of OWLClass
s
DIGReasonerException
java.util.Set<java.util.Set<OWLObjectProperty>> getRoleSets() throws DIGReasonerException
Set
of OWLObjectProperty
s
DIGReasonerException
java.util.Set<OWLIndividual> getIndividuals() throws DIGReasonerException
Set
of OWLIndividual
s
DIGReasonerException
boolean getBoolean()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |