|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DIGReasoner
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Jun 14, 2004
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 |
---|
static final String LOGGER_NAME
Method Detail |
---|
void setReasonerURL(String url)
url
- The URLString getReasonerURL()
DIGReasonerIdentity getIdentity() throws DIGReasonerException
DIGReasonerIdentity
object that encapsulates the
information about the inference.
DIGReasonerException
String createKnowledgeBase() throws DIGReasonerException
String
that represents a URI
that is an identifier for the newly created knowledgebase.
DIGReasonerException
void releaseKnowledgeBase(String kbURI) throws DIGReasonerException
kbURI
- The URI
of the knowledgebase
DIGReasonerException
void clearKnowledgeBase(String kbURI) throws DIGReasonerException
kbURI
- The uri that identifies the knowledge
base to be cleared.
DIGReasonerException
Document performRequest(Document request) throws DIGReasonerException
request
- A Document
containing the
DIG request
Document
containing the reponse from the reasoner
DIGReasonerException
|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |