GNU Prolog for Java

Uses of Class
gnu.prolog.vm.Interpreter.Goal

Packages that use Interpreter.Goal
gnu.prolog.vm   
 

Uses of Interpreter.Goal in gnu.prolog.vm
 

Methods in gnu.prolog.vm that return Interpreter.Goal
 Interpreter.Goal Interpreter.prepareGoal(Term term)
          prepare goal for execution
 

Methods in gnu.prolog.vm with parameters of type Interpreter.Goal
 int Interpreter.execute(Interpreter.Goal goal)
           
 void Interpreter.stop(Interpreter.Goal goal)
           
 


GNU Prolog for Java