|
Class Summary |
| JavaServer |
Deprecated. Only intended as an example
Java server thread. |
| PrologEngine |
Deprecated. Only intended as an example
Objects of this class represent a Prolog engine running in a
separate process. |
| PrologTerm |
Deprecated. Only intended as an example |
| SICStus |
This class encapsulates the SICStus emulator and provides the basic
functionality for interacting with Prolog. |
| SPCanonicalAtom |
The SPCanonicalAtom class encapsulates the canonical representation of
a Prolog atom, which is usually a 32 or 64-bit integer. |
| SPPredicate |
Deprecated
Instead use module and predicate name as strings directly
or specify the goal as a string. |
| SPQuery |
This class is used for holding a query-reference which is used to
find multiple solutions to a query. |
| SPTerm |
SPTerms are Java representations of Prolog terms. |