|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.manchester.cs.owl.inference.dig11.DIGQueryResponseImpl
public class DIGQueryResponseImpl
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 21-Nov-2006
| Constructor Summary | |
|---|---|
DIGQueryResponseImpl(OWLDataFactory kb)
|
|
| 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. |
void |
setElement(org.w3c.dom.Element element)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DIGQueryResponseImpl(OWLDataFactory kb)
| Method Detail |
|---|
public void setElement(org.w3c.dom.Element element)
public java.lang.String getID()
DIGQueryResponse
getID in interface DIGQueryResponse
public java.util.Set<java.util.Set<OWLClass>> getConceptSets()
throws DIGReasonerException
DIGQueryResponse
getConceptSets in interface DIGQueryResponseSet of OWLClasss
DIGReasonerException
public java.util.Set<java.util.Set<OWLObjectProperty>> getRoleSets()
throws DIGReasonerException
DIGQueryResponse
getRoleSets in interface DIGQueryResponseSet of OWLObjectPropertys
DIGReasonerException
public java.util.Set<OWLIndividual> getIndividuals()
throws DIGReasonerException
DIGQueryResponse
getIndividuals in interface DIGQueryResponseSet of OWLIndividuals
DIGReasonerExceptionpublic boolean getBoolean()
DIGQueryResponse
getBoolean in interface DIGQueryResponse
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||