|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use predicate_t | |
jpl.fli |
Uses of predicate_t in jpl.fli |
Methods in jpl.fli that return predicate_t | |
static predicate_t |
Prolog.pred(functor_t f,
module_t m)
|
static predicate_t |
Prolog.predicate(java.lang.String name,
int arity,
java.lang.String module)
|
Methods in jpl.fli with parameters of type predicate_t | |
static int |
Prolog.predicate_info(predicate_t pred,
atom_t name,
IntHolder arity,
module_t module)
|
static qid_t |
Prolog.open_query(module_t m,
int flags,
predicate_t pred,
term_t t0)
|
static boolean |
Prolog.call_predicate(module_t m,
int debug,
predicate_t pred,
term_t t0)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |