|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Jun 14, 2004
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Field Summary | |
static String |
LOGGER_NAME
|
Method Summary | |
void |
clearKnowledgeBase(String kbURI)
A helper method that clears the knowledge base |
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 |
String |
getReasonerURL()
Gets the URL of the reasoner. |
Document |
performRequest(Document request)
Sends a request to the reasoner and retrieves the response. |
void |
releaseKnowledgeBase(String kbURI)
A helper method that releases a previously created knowledgebase. |
void |
setReasonerURL(String url)
Sets the URL of the reasoner. |
Field Detail |
public static final String LOGGER_NAME
Method Detail |
public void setReasonerURL(String url)
url
- The URLpublic String getReasonerURL()
public DIGReasonerIdentity getIdentity() throws DIGReasonerException
DIGReasonerIdentity
object that encapsulates the
information about the inference.
DIGReasonerException
public String createKnowledgeBase() throws DIGReasonerException
String
that represents a URI
that is an identifier for the newly created knowledgebase.
DIGReasonerException
public void releaseKnowledgeBase(String kbURI) throws DIGReasonerException
kbURI
- The URI
of the knowledgebase
DIGReasonerException
public void clearKnowledgeBase(String kbURI) throws DIGReasonerException
kbURI
- The uri that identifies the knowledge
base to be cleared.
DIGReasonerException
public Document performRequest(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 All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |