ubc.cs.JLog.Foundation
Class jDebugTryGoalEvent

java.lang.Object
  extended by ubc.cs.JLog.Foundation.jPrologServiceEvent
      extended by ubc.cs.JLog.Foundation.jDebugTryGoalEvent

public class jDebugTryGoalEvent
extends jPrologServiceEvent


Field Summary
protected  jGoal goal
           
protected  jGoal next
           
 
Constructor Summary
jDebugTryGoalEvent(jGoal g, jGoal n)
           
 
Method Summary
 jGoal getGoal()
           
 jGoal getNextGoal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

goal

protected jGoal goal

next

protected jGoal next
Constructor Detail

jDebugTryGoalEvent

public jDebugTryGoalEvent(jGoal g,
                          jGoal n)
Method Detail

getGoal

public jGoal getGoal()

getNextGoal

public jGoal getNextGoal()