GNU Prolog for Java

Uses of Class
gnu.prolog.database.Module

Packages that use Module
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 Module in gnu.prolog.database
 

Fields in gnu.prolog.database declared as Module
protected  Module PrologTextLoaderState.module
           
protected  Module Predicate.module
          current module
 

Methods in gnu.prolog.database that return Module
 Module PrologTextLoaderState.getModule()
           
 Module PredicateUpdatedEvent.getModule()
          get module of changed predicate
 

Constructors in gnu.prolog.database with parameters of type Module
Predicate(Module module, CompoundTermTag tag)
          constructor of predicate
PredicateUpdatedEvent(Module module, CompoundTermTag tag)
           
 

Uses of Module in gnu.prolog.vm
 

Methods in gnu.prolog.vm that return Module
 Module Environment.getModule()
           
 


GNU Prolog for Java