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
Fields inherited from class jtp.ui.cmd.ReasoningContextConsole |
answerFormats, checkpoints, ctx, kifParser, parsers |
Fields inherited from class jtp.ui.cmd.Console |
commands, in, out |
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 |
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
setUp
public void setUp()
- Overrides:
setUp
in class jtp.ui.cmd.ReasoningContextConsole
main
public static void main(String[] argv)
throws Exception
Exception