|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ic.doc.automed.reasoner.DefaultDIGQueryResponse
public class DefaultDIGQueryResponse
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Jul 20, 2004
Field Summary | |
---|---|
private org.w3c.dom.Element |
element
|
private Schema |
s
|
Constructor Summary | |
---|---|
DefaultDIGQueryResponse(Schema s)
|
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.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. |
java.lang.String |
getID()
Gets the ID of the query that the reponse corresponds to |
java.util.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. |
void |
setElement(org.w3c.dom.Element element)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.w3c.dom.Element element
private Schema s
Constructor Detail |
---|
public DefaultDIGQueryResponse(Schema s)
Method Detail |
---|
public void setElement(org.w3c.dom.Element element)
public java.lang.String getID()
DIGQueryResponse
getID
in interface DIGQueryResponse
public java.util.Collection getConcepts()
DIGQueryResponse
getConcepts
in interface DIGQueryResponse
Collection
of RDFSClass
spublic java.util.Collection getIndividuals()
DIGQueryResponse
getIndividuals
in interface DIGQueryResponse
Collection
of RDFIndividual
spublic boolean getBoolean()
DIGQueryResponse
getBoolean
in interface DIGQueryResponse
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |