|
||||||||||
| 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.HTTPReasonerImpl
public class HTTPReasonerImpl
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 21-Nov-2006
| Field Summary | |
|---|---|
static boolean |
log
Deprecated. Use DIGReasonerPreferences to set logging |
| Constructor Summary | |
|---|---|
HTTPReasonerImpl(OWLOntologyManager manager)
|
|
| Method Summary | |
|---|---|
void |
clearKnowledgeBase(java.lang.String kbURI)
Clears the knowledge base |
java.lang.String |
createKnowledgeBase()
A helper method that asks the reasoner to create a new knowledgebase. |
DIGReasonerIdentity |
getIdentity()
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 inference. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean log
| Constructor Detail |
|---|
public HTTPReasonerImpl(OWLOntologyManager manager)
| Method Detail |
|---|
public void setReasonerURL(java.net.URL url)
setReasonerURL in interface HTTPReasonerurl - The URLpublic java.lang.String getReasonerURL()
getReasonerURL in interface HTTPReasoner
public DIGReasonerIdentity getIdentity()
throws DIGReasonerException
getIdentity in interface HTTPReasonerDIGReasonerIdentity object that encapsulates the
information about the inference.
DIGReasonerException
public java.lang.String createKnowledgeBase()
throws DIGReasonerException
createKnowledgeBase in interface HTTPReasonerString that represents a URI that is an identifier for
the newly created knowledgebase.
DIGReasonerException
public void releaseKnowledgeBase(java.lang.String kbURI)
throws DIGReasonerException
releaseKnowledgeBase in interface HTTPReasonerkbURI - The URI of the knowledgebase
DIGReasonerException
public void clearKnowledgeBase(java.lang.String kbURI)
throws DIGReasonerException
clearKnowledgeBase in interface HTTPReasonerkbURI - The uri that identifies the knowledge
base to be cleared.
DIGReasonerException
public org.w3c.dom.Document performRequest(org.w3c.dom.Document request)
throws DIGReasonerException
HTTPReasoner
performRequest in interface HTTPReasonerrequest - 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 | |||||||||