Package se.sics.prologbeans

PrologBeans is a package for integrating Java and Prolog applications.

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.
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.
 

Exception Summary
IllegalCharacterSetException  
 

Package se.sics.prologbeans Description

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)'.

Related Documentation

For documentation on library(prologbeans), please see: