|
GNU Prolog for Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicateListener | |
---|---|
gnu.prolog.database | Classes related to the storing and creation of the database of Prolog
Predicates |
gnu.prolog.vm | The Virtual Machine which is used to run the prolog code. |
Uses of PredicateListener in gnu.prolog.database |
---|
Fields in gnu.prolog.database with type parameters of type PredicateListener | |
---|---|
protected List<PredicateListener> |
Module.predicateListeners
|
Methods in gnu.prolog.database with parameters of type PredicateListener | |
---|---|
void |
Module.addPredicateListener(PredicateListener listener)
|
void |
Module.removePredicateListener(PredicateListener listener)
|
Uses of PredicateListener in gnu.prolog.vm |
---|
Classes in gnu.prolog.vm that implement PredicateListener | |
---|---|
class |
Environment
this class represent prolog processor. |
|
GNU Prolog for Java | |||||||||
PREV NEXT | FRAMES NO FRAMES |