|
||||||||
PREV NEXT | FRAMES NO FRAMES |
BigInteger
value of this
PBTerm
.
Bindings
handles the variable bindings in the
communication with the prolog server.Bindings
instance with no
variable bindings.
Bindings
instance and copies
all existing variable bindings from the specified bindings.
QueryAnswer
.
QueryAnswer
.
QueryAnswer
.
PBTerm
is not a compound term.
null
if an error has not
occurred or if no error reason is known.
setHost()
).
PrologSession
registered in JNDI with
the given name.
PrologSession
registered in JNDI with
the given name.
PBTerm
is a proper list and all its
elements are small integers (less than 256), returns a
String
with the list elements as the character
codes of the String
.
null
if the
variable is not bound.
null
if the
variable is not bound.
PBTerm
if it is a
list cell, i.e. a compound term with the functor ./2.
PBTerm
.
true
if this PBTerm
is
an atom and false
otherwise.
true
if this PBTerm
is a
constant (e.g. integer, floating-point number, or atom) and
false
if this PBTerm
is a
compound term or variable.
true
if this PBTerm
is
an bignum integer and false
otherwise.
true
if this PBTerm
is a
compund term and false
otherwise.
true
if a connection with the Prolog server is open
and false
otherwise.
true
if this PBTerm
is
the empty list and false
otherwise.
true
if an error occurred while processing the query
and false
otherwise.
true
if this PBTerm
is a
floating-point number and false
otherwise.
true
if this PBTerm
is
an integer and false
otherwise.
true
if this PBTerm
is a
list cell, i.e. a compound term with the functor ./2, and
false
otherwise.
true
if this PBTerm
is a
number and false
otherwise.
true
if this PBTerm
is a
proper list and false
otherwise.
true
if this PBTerm
is a
proper list and all of its elements are character codes or one character
atoms.
true
if this PBTerm
is a
variable and false
otherwise.
PBTerm
is a proper list, returns its
length.
PBTerm
instance representing an
atom.
PBTerm
instance representing a
float value.
PBTerm
instance representing a
double value.
PBTerm
instance representing an
int value.
PBTerm
instance representing a
long value.
PBTerm
instance representing a
BigInteger value.
PBTerm
instance representing a
list with the characters, as integer values, in the string argument as
its elements.
PBTerm
instance representing a
compound term.
PBTerm
instance representing a
list cell.
PBTerm
NIL
, with the
printname "[]", represents the empty list.
PBTerm
is the Java representations
of Prolog terms.PrologSession
handles the connection with the Prolog Server.PrologSession
instance with default Prolog
server settings.
QueryAnswer
is the Java
representation of an answer from the Prolog server.QueryAnswer
instance with the specified
information.
true
if the query failed (i.e. the Prolog responded
with 'no') and false
otherwise.
PrologSession
.
localhost
).
8066
).
PBTerm
if it is a
list cell, i.e. a compound term with the functor ./2.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |