jtp.ui
Class DamlQueryAnswerer
java.lang.Object
|
+--jtp.ui.cmd.Console
|
+--jtp.ui.cmd.ReasoningContextConsole
|
+--jtp.ui.RDFQueryAnswerer
|
+--jtp.ui.DamlQueryAnswerer
- All Implemented Interfaces:
- jtp.ui.cmd.CommandIO
- public class DamlQueryAnswerer
- extends RDFQueryAnswerer
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 |
DamlQueryAnswerer
public DamlQueryAnswerer()
throws MalformedURLException,
IOException,
ReasoningException
DamlQueryAnswerer
public DamlQueryAnswerer(TemporalReasoningContext rrc)
throws MalformedURLException,
IOException,
ReasoningException
DamlQueryAnswerer
public DamlQueryAnswerer(Reader rdr,
Writer wtr)
throws MalformedURLException,
IOException,
ReasoningException
DamlQueryAnswerer
public DamlQueryAnswerer(TemporalReasoningContext ctx,
Reader rdr,
Writer wtr)
throws MalformedURLException,
IOException,
ReasoningException
main
public static void main(String[] argv)
throws Exception
Exception