Package se.sics.jasper

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.
 

Exception Summary
AtomRegisterFailure Thrown if SPCanonicalAtom could not register or un-register a canonical atom representation.
ConnectionFailedException Deprecated. Only intended as an example
ConversionFailedException Thrown if a Java value canot be converted to a Prolog term.
IllegalCallerException Deprecated. As of SICStus 3.8.3 this is no longer thrown.
IllegalTermException Thrown if trying to use a (no longer) valid SPTerm.
PrologException Deprecated. Only intended as an example Objects of this class are wrappers for exceptions thrown in Prolog and passed on to Java.
SPException Represents a exception thrown by Jasper.