| Package | Description |
|---|---|
| com.declarativa.interprolog | |
| com.declarativa.interprolog.gui | |
| com.declarativa.interprolog.remote |
| Modifier and Type | Class and Description |
|---|---|
class |
FloraSubprocessEngine
A PrologEngine encapsulating a XSB Prolog engine, accessed over TCP/IP sockets, and running the Flora2 shell.
|
class |
GNUSubprocessEngine
A PrologEngine encapsulating a GNU Prolog engine, accessed over TCP/IP sockets.
|
class |
LPSEngine |
class |
SWISubprocessEngine
A PrologEngine encapsulating a SWI Prolog engine, accessed over TCP/IP sockets.
|
class |
XSBSubprocessEngine
A PrologEngine encapsulating a XSB Prolog engine, accessed over TCP/IP sockets.
|
class |
YAPSubprocessEngine
A PrologEngine encapsulating a YAP Prolog engine, accessed over TCP/IP sockets.
|
| Constructor and Description |
|---|
EngineController(SubprocessEngine pausableEngine,
boolean autoHints) |
| Constructor and Description |
|---|
SubprocessEngineWindow(SubprocessEngine e) |
SubprocessEngineWindow(SubprocessEngine e,
boolean autoDisplay) |
SubprocessEngineWindow(SubprocessEngine e,
boolean autoDisplay,
boolean mayExitApp) |
SubprocessEngineWindow(SubprocessEngine e,
boolean autoDisplay,
boolean mayExitApp,
Rectangle R) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteXSBSubprocessEngine |