GNU Prolog for Java

Uses of Class
gnu.prolog.database.Pair

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

Uses of Pair in gnu.prolog.database
 

Fields in gnu.prolog.database with type parameters of type Pair
protected  List<Pair<PrologTextLoaderError,Term>> Module.initialization
          initialization
 

Methods in gnu.prolog.database that return types with arguments of type Pair
 List<Pair<PrologTextLoaderError,Term>> Module.getInitialization()
          get initaliztion
 

Uses of Pair in gnu.prolog.demo.mentalarithmetic
 

Methods in gnu.prolog.demo.mentalarithmetic that return Pair
static Pair<String,Integer> MentalArithmetic.generateQuestion(int limit, int length)
           
 


GNU Prolog for Java