Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X 

A

action_abort() - Static method in class org.jpl7.fli.Prolog
 
actionPerformed(ActionEvent) - Method in class org.jpl7.test.CelsiusConverter
 
actionPerformed(ActionEvent) - Method in class org.jpl7.util.PopupMenuDemo
 
add(Object, int) - Method in class org.jpl7.util.HashedRefs
 
add_ints(int, int, int) - Static method in class org.jpl7.util.Prog
 
AddWithThreads - Class in org.jpl7.test
 
AddWithThreads(String, CountDownLatch) - Constructor for class org.jpl7.test.AddWithThreads
 
al - Variable in class org.jpl7.util.SwingGadget2
 
allSolutions() - Method in class org.jpl7.Query
calls the Query's goal to exhaustion and returns an array of zero or more Maps of zero or more variablename-to-term bindings (each Map represents a solution, in the order in which they were found).
allSolutions(Term) - Static method in class org.jpl7.Query
This static method creates a Query whose goal is the given Term, calls it to exhaustion, and returns an array of zero or more Maps of zero or more variablename-to-term bindings (each Map represents a solution, in the order in which they were found).
allSolutions(String) - Static method in class org.jpl7.Query
This static method creates a Query from the given Prolog source text fragment, calls it to exhaustion, and returns an array of zero or more Maps of zero or more variablename-to-term bindings (each Map represents a solution, in the order in which they were found).
allSolutions(String, Term[]) - Static method in class org.jpl7.Query
If text denotes (in traditional Prolog source syntax) a term containing N questionmark (?)
arg(int) - Method in class org.jpl7.Compound
Returns the ith argument (counting from 1) of this Compound; throws an ArrayIndexOutOfBoundsException if i is inappropriate.
arg(int) - Method in class org.jpl7.JRef
Deprecated.
 
arg(int) - Method in class org.jpl7.Term
returns the i-th (1+) argument of a Term; defined only for Compound (and hence Atom); throws a JPLException for other Term subclasses
args() - Method in class org.jpl7.Atom
the (zero) arguments of an Atom, as a (zero-length) Term[]
args - Variable in class org.jpl7.Compound
the arguments of this Compound
args() - Method in class org.jpl7.Compound
Returns the arguments of this Compound (1..arity) of this Compound as an array[0..arity-1] of Term.
args() - Method in class org.jpl7.Float
the (zero) arguments of a Float, as a (zero-length) Term[]
args() - Method in class org.jpl7.Integer
the (zero) arguments of an Integer, as a (zero-length) Term[]
args() - Method in class org.jpl7.Term
returns, as a Term[], the arguments of a Compound returns an empty Term[] from an Atom, Integer or Float throws a JPLException from a Variable
args() - Method in class org.jpl7.Variable
The (nonexistent) args of this Variable
arity() - Method in class org.jpl7.Compound
Returns the arity (1+) of this Compound.
arity() - Method in class org.jpl7.Term
returns, as an int, the arity of a Compound, Atom, Integer or Float; throws a JPLException from a Variable
arity() - Method in class org.jpl7.Variable
returns, as an int, the arity of a Term
Atom - Class in org.jpl7
Atom is a specialised Compound with zero arguments, representing a Prolog atom with the same name.
Atom(String) - Constructor for class org.jpl7.Atom
 
Atom(String, String) - Constructor for class org.jpl7.Atom
 
ATOM - Static variable in class org.jpl7.fli.Prolog
 
atom_chars(atom_t) - Static method in class org.jpl7.fli.Prolog
 
atom_t - Class in org.jpl7.fli
An atom_t is a specialised LongHolder which decrements its atom's reference count when garbage-collected (finalized).
atom_t() - Constructor for class org.jpl7.fli.atom_t
 
atomListToStringArray(Term) - Static method in class org.jpl7.Util
 
atomType() - Method in class org.jpl7.Atom
 
atomType() - Method in class org.jpl7.Term
 
attach_engine(engine_t) - Static method in class org.jpl7.fli.Prolog
 
attach_pool_engine() - Static method in class org.jpl7.fli.Prolog
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links