| 
 | DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ReasonerException | |
| org.kr.dl.dig.reasoner.v1_1 | DIG 1.1 reasoner interfaces. | 
| org.kr.dl.dig.reasoner.v1_1.impl | Implementations of the DIG 1.1 reasoner interfaces. | 
| Uses of ReasonerException in org.kr.dl.dig.reasoner.v1_1 | 
| Methods in org.kr.dl.dig.reasoner.v1_1 that throw ReasonerException | |
|  Set | TReasoner.allConceptNames(URI kbURI)Returns the SetofStrings corresponding to
 names of all concepts in the knowledge basekbURI. | 
|  boolean | TReasoner.satisfiable(Concept concept,
            URI kbURI)Returns trueifconceptis satisfiable. | 
|  boolean | TReasoner.subsumes(Concept subsumer,
         Concept subsumee,
         URI kbURI)Returns trueifsubsumersubsumessubsumee. | 
|  Set | TReasoner.childrenNames(Concept concept,
              URI kbURI)Returns the SetofStrings corresponding to
 names of concept children ofconcept. | 
|  Set | TReasoner.descendantsNames(Concept concept,
                 URI kbURI)Returns the SetofStrings corresponding to
 names of concept descendants ofconcept. | 
|  Set | TReasoner.parentsNames(Concept concept,
             URI kbURI)Returns the SetofStrings corresponding to
 names of concept parents ofconcept. | 
|  Set | TReasoner.ancestorsNames(Concept concept,
               URI kbURI)Returns the SetofStrings corresponding to
 names of concept ancestors ofconcept. | 
|  Set | TReasoner.equivalentsNames(Concept concept,
                 URI kbURI)Returns the SetofStrings corresponding to
 names of concept descendants ofconcept. | 
|  ResponseDocument | Reasoner.tells(TellsDocument tells)Returns the ResponseDocumentcorresponding to thetells. | 
|  ResponsesDocument | Reasoner.asks(AsksDocument asks)Returns the ResponsesDocumentcorresponding to theasks. | 
|  IdentifierDocument | Reasoner.getIdentifier()Returns the IdentifierDocumentcorresponding to thegetIdentifierrequest. | 
|  URI | Reasoner.newKB()Obtains the URIfor a new knowledge base from the reasoner. | 
|  boolean | Reasoner.releaseKB(URI kb)Instructs the reasoner to release the knowledge base kb. | 
| Uses of ReasonerException in org.kr.dl.dig.reasoner.v1_1.impl | 
| Methods in org.kr.dl.dig.reasoner.v1_1.impl that throw ReasonerException | |
|  URI | FaCTPlusPlusReasoner.newKB()Obtains the URIfor a new knowledge base from the reasoner. | 
|  boolean | FaCTPlusPlusReasoner.releaseKB(URI kb)Instructs the reasoner to release the knowledge base kb. | 
|  IdentifierDocument | FaCTPlusPlusReasoner.getIdentifier()Returns the IdentifierDocumentcorresponding to thegetIdentifierrequest. | 
|  IdentifierDocument | FaCTPlusPlusReasoner.parseIdentifier(String result) | 
|  ResponseDocument | FaCTPlusPlusReasoner.tells(TellsDocument tells)Returns the ResponseDocumentcorresponding to thetells. | 
|  ResponsesDocument | FaCTPlusPlusReasoner.asks(AsksDocument asks)Returns the ResponsesDocumentcorresponding to theasks. | 
|  ResponseDocument | FaCTPlusPlusReasoner.parseResponse(String responseString)Parses the reasoner responseStringinto aResponseDocument. | 
|  ResponsesDocument | FaCTPlusPlusReasoner.parseResponses(String responsesString)Parses the reasoner responsesStringinto aResponsesDocument. | 
|  Set | TReasoner.allConceptNames(URI kbURI)Returns the SetofStrings corresponding
 to names of all concepts in the knowledge basekbURI. | 
|  boolean | TReasoner.satisfiable(Concept concept,
            URI kbURI)Returns trueifconceptis satisfiable. | 
|  boolean | TReasoner.subsumes(Concept subsumer,
         Concept subsumee,
         URI kbURI)Returns trueifsubsumersubsumessubsumee. | 
| static void | TReasoner.extractError(ResponseType responses)Throws a ReasonerExceptionusing the first error inresponsesif it exists, or simply "Unknown error in ask" with code 400. | 
|  Set | TReasoner.childrenNames(Concept concept,
              URI kbURI)Returns the SetofStrings corresponding
 to names of concept children ofconcept. | 
|  Set | TReasoner.descendantsNames(Concept concept,
                 URI kbURI)Returns the SetofStrings corresponding
 to names of concept descendants ofconcept. | 
|  Set | TReasoner.parentsNames(Concept concept,
             URI kbURI)Returns the SetofStrings corresponding
 to names of concept parents ofconcept. | 
|  Set | TReasoner.ancestorsNames(Concept concept,
               URI kbURI)Returns the SetofStrings corresponding
 to names of concept ancestors ofconcept. | 
|  Set | TReasoner.equivalentsNames(Concept concept,
                 URI kbURI)Returns the SetofStrings corresponding
 to names of concept descendants ofconcept. | 
|  ResponseDocument | TReasoner.tells(TellsDocument tells)Delegates to wrapped Reasoner. | 
|  ResponsesDocument | TReasoner.asks(AsksDocument asks)Delegates to wrapped Reasoner. | 
|  IdentifierDocument | TReasoner.getIdentifier()Delegates to wrapped Reasoner. | 
|  URI | TReasoner.newKB()Delegates to wrapped Reasoner. | 
|  boolean | TReasoner.releaseKB(URI kb)Delegates to wrapped Reasoner. | 
|  IdentifierDocument | HTTPReasoner.getIdentifier()Returns the IdentifierDocumentcorresponding to thegetIdentifierrequest. | 
|  ResponseDocument | HTTPReasoner.tells(TellsDocument tells)Returns the ResponseDocumentcorresponding to thetells. | 
|  ResponsesDocument | HTTPReasoner.asks(AsksDocument asks)Returns the ResponsesDocumentcorresponding to theasks. | 
|  ResponseDocument | HTTPReasoner.parseResponse(URLConnection connection)Parses the reasoner response at connectioninto aResponseDocument. | 
|  ResponsesDocument | HTTPReasoner.parseResponses(URLConnection connection)Parses the reasoner responses at connectioninto aResponsesDocument. | 
|  URI | HTTPReasoner.newKB()Obtains the URIfor a new knowledge base from the reasoner. | 
|  boolean | HTTPReasoner.releaseKB(URI kb)Instructs the reasoner to release the knowledge base kb. | 
| Constructors in org.kr.dl.dig.reasoner.v1_1.impl that throw ReasonerException | |
| FaCTPlusPlusReasoner() | |
| HTTPReasoner(URL url)Creates a new client, talking to the DL reasoner at url. | |
| 
 | DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||