|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HTTPReasoner
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 21-Nov-2006
| Method Summary | |
|---|---|
void |
clearKnowledgeBase(java.lang.String kbURI)
A helper method that clears the knowledge base |
java.lang.String |
createKnowledgeBase()
A helper method that asks the inference to create a new knowledgebase. |
DIGReasonerIdentity |
getIdentity()
A helper method that gets the identity of the inference |
java.lang.String |
getReasonerURL()
Gets the URL of the reasoner. |
org.w3c.dom.Document |
performRequest(org.w3c.dom.Document request)
Sends a request to the reasoner and retrieves the response. |
void |
releaseKnowledgeBase(java.lang.String kbURI)
A helper method that releases a previously created knowledgebase. |
void |
setReasonerURL(java.net.URL url)
Sets the URL of the reasoner. |
| Method Detail |
|---|
void setReasonerURL(java.net.URL url)
url - The URLjava.lang.String getReasonerURL()
DIGReasonerIdentity getIdentity()
throws DIGReasonerException
DIGReasonerIdentity object that encapsulates the
information about the inference.
DIGReasonerException
java.lang.String createKnowledgeBase()
throws DIGReasonerException
String that represents a URI
that is an identifier for the newly created knowledgebase.
DIGReasonerException
void releaseKnowledgeBase(java.lang.String kbURI)
throws DIGReasonerException
kbURI - The URI of the knowledgebase
DIGReasonerException
void clearKnowledgeBase(java.lang.String kbURI)
throws DIGReasonerException
kbURI - The uri that identifies the knowledge
base to be cleared.
DIGReasonerException
org.w3c.dom.Document performRequest(org.w3c.dom.Document request)
throws DIGReasonerException
request - A Document containing the
DIG request
Document containing the reponse from the reasoner
DIGReasonerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||