DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)

Uses of Interface
org.kr.dl.dig.v1_1.ResponsesDocument

Packages that use ResponsesDocument
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. 
org.kr.dl.dig.v1_1   
org.kr.dl.dig.v1_1.impl   
 

Uses of ResponsesDocument in org.kr.dl.dig.reasoner.v1_1
 

Methods in org.kr.dl.dig.reasoner.v1_1 that return ResponsesDocument
 ResponsesDocument Reasoner.asks(AsksDocument asks)
          Returns the ResponsesDocument corresponding to the asks.
 

Uses of ResponsesDocument in org.kr.dl.dig.reasoner.v1_1.impl
 

Methods in org.kr.dl.dig.reasoner.v1_1.impl that return ResponsesDocument
 ResponsesDocument FaCTPlusPlusReasoner.asks(AsksDocument asks)
          Returns the ResponsesDocument corresponding to the asks.
 ResponsesDocument FaCTPlusPlusReasoner.parseResponses(String responsesString)
          Parses the reasoner responsesString into a ResponsesDocument.
 ResponsesDocument TReasoner.asks(AsksDocument asks)
          Delegates to wrapped Reasoner.
 ResponsesDocument HTTPReasoner.asks(AsksDocument asks)
          Returns the ResponsesDocument corresponding to the asks.
 ResponsesDocument HTTPReasoner.parseResponses(URLConnection connection)
          Parses the reasoner responses at connection into a ResponsesDocument.
 

Uses of ResponsesDocument in org.kr.dl.dig.v1_1
 

Methods in org.kr.dl.dig.v1_1 that return ResponsesDocument
static ResponsesDocument ResponsesDocument.Factory.newInstance()
           
static ResponsesDocument ResponsesDocument.Factory.newInstance(XmlOptions options)
           
static ResponsesDocument ResponsesDocument.Factory.parse(String s)
           
static ResponsesDocument ResponsesDocument.Factory.parse(String s, XmlOptions options)
           
static ResponsesDocument ResponsesDocument.Factory.parse(File f)
           
static ResponsesDocument ResponsesDocument.Factory.parse(File f, XmlOptions options)
           
static ResponsesDocument ResponsesDocument.Factory.parse(URL u)
           
static ResponsesDocument ResponsesDocument.Factory.parse(URL u, XmlOptions options)
           
static ResponsesDocument ResponsesDocument.Factory.parse(InputStream is)
           
static ResponsesDocument ResponsesDocument.Factory.parse(InputStream is, XmlOptions options)
           
static ResponsesDocument ResponsesDocument.Factory.parse(Reader r)
           
static ResponsesDocument ResponsesDocument.Factory.parse(Reader r, XmlOptions options)
           
static ResponsesDocument ResponsesDocument.Factory.parse(Node node)
           
static ResponsesDocument ResponsesDocument.Factory.parse(Node node, XmlOptions options)
           
static ResponsesDocument ResponsesDocument.Factory.parse(XMLInputStream xis)
           
static ResponsesDocument ResponsesDocument.Factory.parse(XMLInputStream xis, XmlOptions options)
           
 

Uses of ResponsesDocument in org.kr.dl.dig.v1_1.impl
 

Classes in org.kr.dl.dig.v1_1.impl that implement ResponsesDocument
 class ResponsesDocumentImpl
          A document containing one responses(@http://dl.kr.org/dig/2003/02/lang) element.
 


DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)