GNU Prolog for Java

Package gnu.prolog.database

Interface Summary
PredicateListener listenr to changes with predicates in this module
PrologTextLoaderListener A listener for certain prolog text loader events
 

Class Summary
AbstractPrologTextLoaderListener Default implementation that doesn't do anything
Module Module in database
Pair<L,R> A pair of a L and a R (Because java doesn't do tuples)
Predicate Predicate in database
PredicateUpdatedEvent event notifying about event with predicates
PrologTextLoader  
PrologTextLoaderState  
 

Exception Summary
PrologTextLoaderError  
 


GNU Prolog for Java