| 
 | DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
DIG 1.1 reasoner interface
| Field Summary | |
| static String | XML_HEADER | 
| Method Summary | |
|  ResponsesDocument | asks(AsksDocument asks)Returns the ResponsesDocumentcorresponding to theasks. | 
|  IdentifierDocument | getIdentifier()Returns the IdentifierDocumentcorresponding to thegetIdentifierrequest. | 
|  URI | newKB()Obtains the URIfor a new knowledge base from the reasoner. | 
|  boolean | releaseKB(URI kb)Instructs the reasoner to release the knowledge base kb. | 
|  ResponseDocument | tells(TellsDocument tells)Returns the ResponseDocumentcorresponding to thetells. | 
| Field Detail | 
public static final String XML_HEADER
| Method Detail | 
public ResponseDocument tells(TellsDocument tells)
                       throws ReasonerException
ResponseDocument corresponding to the tells.
tells - a TellsDocument.
ResponseDocument corresponding to the tells.
ReasonerException - with code: 
 
public ResponsesDocument asks(AsksDocument asks)
                       throws ReasonerException
ResponsesDocument corresponding to the asks.
asks - an AsksDocument.
ResponsesDocument corresponding to the asks.
ReasonerException - with code: 
 
public IdentifierDocument getIdentifier()
                                 throws ReasonerException
IdentifierDocument corresponding to the 
 getIdentifier request.
IdentifierDocument corresponding to the 
 getIdentifier request.
ReasonerException - with code: 
 
public URI newKB()
          throws ReasonerException
URI for a new knowledge base from the reasoner.
URI for a new knowledge base from the reasoner.
ReasonerException - with code: 
 
public boolean releaseKB(URI kb)
                  throws ReasonerException
kb.
kb - the URI of a knowledge base.
true if the operation succeeds.
ReasonerException - with code: 
 | 
 | DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||