|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AppSession | AppSession |
Bindings | Bindings handles the variable bindings in the
communication with the prolog server. |
PBAtomic | PBAtomic is the Java representation of Prolog constants
and variables. |
PBCompound | PBCompound is the Java representation of Prolog compound
terms and atoms (such as the empty list). |
PBList | PBList is the Java representation of Prolog lists. |
PBString | PBString is the Java representation of Prolog strings
(e.g. lists of integers that are interpretable as characters). |
PrologSession | PrologSession handles the connection with the Prolog
Server. |
QueryAnswer | QueryAnswer is the Java representation of an answer
from the Prolog server. |
Term | Term is the base for Java representations of Prolog terms. |
PrologBeans is a package for integrating Java and Prolog applications. The main idea is to separate the two processes so that they can be run on more than one machine. The Java-side of the interface consists of the package `se.sics.prologbeans, and the Prolog part is the library module `library(prologbeans)'.
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |