Inheritance diagram for com::declarativa::interprolog::gui::SubprocessEngineWindow:
Public Member Functions | |
SubprocessEngineWindow (SubprocessEngine e) | |
SubprocessEngineWindow (SubprocessEngine e, boolean autoDisplay) | |
void | sendToProlog () |
void | print (String s) |
Static Public Member Functions | |
static void | main (String[] args) |
Definition at line 12 of file SubprocessEngineWindow.java.
|
Useful for launching the system, by passing the full Prolog executable path and optionally extra arguments, that are passed to the Prolog command Definition at line 38 of file SubprocessEngineWindow.java. References com::declarativa::interprolog::gui::ListenerWindow::commonMain(), com::declarativa::interprolog::gui::ListenerWindow::debug, com::declarativa::interprolog::gui::ListenerWindow::prologStartCommand, and SubprocessEngineWindow(). |
|
Prolog stream output was sent Implements com::declarativa::interprolog::PrologOutputListener. Definition at line 31 of file SubprocessEngineWindow.java. References com::declarativa::interprolog::gui::ListenerWindow::debug, com::declarativa::interprolog::gui::ListenerWindow::prologOutput, and com::declarativa::interprolog::gui::ListenerWindow::scrollToBottom(). |