GNU Prolog for Java

Uses of Package
gnu.prolog.database

Packages that use gnu.prolog.database
gnu.prolog.database Classes related to the storing and creation of the database of Prolog Predicates 
gnu.prolog.demo.mentalarithmetic This package contains a simple demo program showing how to use gnu.prolog in java programs in order to do backtracking search. 
gnu.prolog.vm The Virtual Machine which is used to run the prolog code. 
gnu.prolog.vm.buildins.database   
 

Classes in gnu.prolog.database used by gnu.prolog.database
Module
          Module in database
Pair
          A pair of a LeftType (L) and a RightType (R) (Because java doesn't do tuples)
Predicate
          Predicate in database
Predicate.TYPE
          The possible types of Predicate
PredicateListener
          Listener to changes with predicates in this module
PredicateUpdatedEvent
          event notifying about event with predicates
PrologTextLoader
          Processes prolog files adding the new predicates listed within them and processing directives.
PrologTextLoaderError
          Stores details of errors that occurred during the loading of a file by a PrologTextLoader.
PrologTextLoaderListener
          A listener for certain prolog text loader events
PrologTextLoaderState
          Stores the state of all the PrologTextLoaders for the Environment instance it is for.
 

Classes in gnu.prolog.database used by gnu.prolog.demo.mentalarithmetic
Pair
          A pair of a LeftType (L) and a RightType (R) (Because java doesn't do tuples)
 

Classes in gnu.prolog.database used by gnu.prolog.vm
Module
          Module in database
PredicateListener
          Listener to changes with predicates in this module
PredicateUpdatedEvent
          event notifying about event with predicates
PrologTextLoaderError
          Stores details of errors that occurred during the loading of a file by a PrologTextLoader.
PrologTextLoaderState
          Stores the state of all the PrologTextLoaders for the Environment instance it is for.
 

Classes in gnu.prolog.database used by gnu.prolog.vm.buildins.database
Predicate
          Predicate in database
 


GNU Prolog for Java