Package com.semedy.reasoner.app
Class MultiInterpreter
java.lang.Object
com.semedy.reasoner.app.MultiInterpreter
a small command line interpreter loads files during launch.
Commands
- query: ?- query .
- quit: stop.
Commands
- query: ?- query .
- quit: stop.
- Author:
- juergen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MultiInterpreter
- Throws:
IOException
SemReasonerException
-
-
Method Details
-
load
public void load() throws EDBException, IOException, SimpleParseException, SemReasonerException, InterruptedException, SymboltableException -
shutdown
-
eval
- Throws:
InterruptedException
-
main
public static void main(String[] args) throws InterruptedException, ReasoningException, IOException, ReasoningException, ReasoningException, SemReasonerException
-