Modifier and Type | Class and Description |
---|---|
class |
AbstractPrologEngine
The heart of InterProlog; a PrologEngine represents a Prolog machine instance.
|
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 |
SubprocessEngine
A PrologEngine implemented over TCP/IP sockets.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
JavaStateCaching.initIsShowingCache(PrologEngine engine,
Component C)
To be called from the Prolog side, see ipInitIsShowing/1.
|
String |
TermModel.toString(PrologEngine engine,
boolean quoted) |
Constructor and Description |
---|
HelloWindow(PrologEngine pe) |
HelloWindow2(PrologEngine pe) |
SudokuWindow(PrologEngine e) |
Modifier and Type | Method and Description |
---|---|
static void |
RelationTreeModel.browseRelation(PrologEngine engine,
String relationFunctor,
Object top) |
Constructor and Description |
---|
BrowseAction(PrologEngine engine,
String relationFunctor,
Object top) |
EngineInspectionWindow(PredicateTableModel memory,
PrologEngine e) |
PrologEventBroker(PrologEngine e) |
PrologEventBroker(PrologEngine e,
Object g) |
PrologEventBroker(PrologEngine e,
String g) |
RelationTreeModel(PrologEngine engine,
String relationFunctor,
Object root) |
TermModelWindow(TermModel tm,
PrologEngine e) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteXSBSubprocessEngine |
Constructor and Description |
---|
OutOfBandTermResource(PrologEngine engine) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNativeEngine
A PrologEngine implemented using the Java Native Interface.
|
class |
NativeEngine
A XSB PrologEngine implemented using the Java Native Interface.
|