JTP API Documentation

jtp.ui
Class RDFQueryAnswerer

java.lang.Object
  |
  +--jtp.ui.cmd.Console
        |
        +--jtp.ui.cmd.ReasoningContextConsole
              |
              +--jtp.ui.RDFQueryAnswerer
All Implemented Interfaces:
jtp.ui.cmd.CommandIO
Direct Known Subclasses:
DamlQueryAnswerer, OWLQueryAnswerer

public class RDFQueryAnswerer
extends jtp.ui.cmd.ReasoningContextConsole


Nested Class Summary
 class RDFQueryAnswerer.CheckpointLoadKB
           
 class RDFQueryAnswerer.CreateCheckpoint
           
 class RDFQueryAnswerer.RevertToCheckpoint
           
protected static class RDFQueryAnswerer.StackEdit
           
 
Field Summary
 
Fields inherited from class jtp.ui.cmd.ReasoningContextConsole
answerFormats, checkpoints, ctx, kifParser, parsers
 
Fields inherited from class jtp.ui.cmd.Console
commands, in, out
 
Constructor Summary
RDFQueryAnswerer()
           
RDFQueryAnswerer(RDFReasoningContext rrc)
           
RDFQueryAnswerer(RDFReasoningContext ctx, Reader rdr, Writer wtr)
           
RDFQueryAnswerer(Reader rdr, Writer wtr)
           
 
Method Summary
static void main(String[] argv)
           
 void setUp()
           
 
Methods inherited from class jtp.ui.cmd.Console
addCommand, error, error, getOutput, getPrompt, message, promptFor, promptFor, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFQueryAnswerer

public RDFQueryAnswerer()
                 throws MalformedURLException,
                        IOException,
                        ReasoningException

RDFQueryAnswerer

public RDFQueryAnswerer(RDFReasoningContext rrc)
                 throws MalformedURLException,
                        IOException,
                        ReasoningException

RDFQueryAnswerer

public RDFQueryAnswerer(Reader rdr,
                        Writer wtr)
                 throws MalformedURLException,
                        IOException,
                        ReasoningException

RDFQueryAnswerer

public RDFQueryAnswerer(RDFReasoningContext ctx,
                        Reader rdr,
                        Writer wtr)
                 throws MalformedURLException,
                        IOException,
                        ReasoningException
Method Detail

setUp

public void setUp()
Overrides:
setUp in class jtp.ui.cmd.ReasoningContextConsole

main

public static void main(String[] argv)
                 throws Exception
Exception

JTP API Documentation