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