GNU Prolog for Java

gnu.prolog.vm
Class Interpreter.Goal

java.lang.Object
  extended by gnu.prolog.vm.Interpreter.Goal
Enclosing class:
Interpreter

public static final class Interpreter.Goal
extends Object

user level calls


Field Summary
protected  boolean firstTime
           
protected  boolean stopped
           
 
Constructor Summary
protected Interpreter.Goal(Term goal)
           
 
Method Summary
protected  Term getGoal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstTime

protected boolean firstTime

stopped

protected boolean stopped
Constructor Detail

Interpreter.Goal

protected Interpreter.Goal(Term goal)
Method Detail

getGoal

protected Term getGoal()

GNU Prolog for Java