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