Package se.sics.prologbeans

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.
PrologParser PrologParser.java Created: Tue May 13 11:14:03 2003
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.