| Package | Description |
|---|---|
| jpl |
| Class and Description |
|---|
| Atom
An Atom is a Term with a name field.
|
| Compound
A Compound is a base class for all of the compound class types
(e.g., List, Tuple, etc.), but it can also be instantiated to
produce, for example, any functional expression.
|
| JPLException
This base class for JPL Exceptions is thrown from various methods
in JPL.
|
| List
A List is a Compound, but with just two args, a head and a tail.
|
| Query
A Query is an Object used to query the Prolog engine.
|
| Term
A Term is a base class for the many different kinds of Term
(Atom, Variable, Compound, etc.).
|
| Tuple
A Tuple is a Compound, used to represent Prolog tuples, the closest
thing Prolog has to a data structure.
|
Copyright © 2015. All rights reserved.