All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JIP.engine.JIPTraceEvent

java.lang.Object
   |
   +----JIP.engine.JIPEvent
           |
           +----JIP.engine.JIPTraceEvent

public class JIPTraceEvent
extends JIPEvent
JIPTraceEvent is used to to manage tracing br> The TraceListener receive a JIPTraceEvent object in one of its metod dependig on the type of event

Version:
4.x.x
Author:
Ugo Chirico 2000
Home Page : http:\\www.geocities.com\jiprolog
See Also:
JIPTraceListener, foundNotified, callNotified, endNotified, boundNotified, redoNotified

Variable Index

 o ID_BOUND
The ID of a Bound Event
 o ID_CALL
The ID of a Call Event
 o ID_FOUND
The ID of a Found Event
 o ID_REDO
The ID of a Redo Event

Method Index

 o abort()
Abort execution
 o getHeight()
Get the height in the prolog tree
 o skip()
Skip tracing for next step
 o step()
Execute next step

Variables

 o ID_CALL
 public static final int ID_CALL
The ID of a Call Event

 o ID_BOUND
 public static final int ID_BOUND
The ID of a Bound Event

 o ID_FOUND
 public static final int ID_FOUND
The ID of a Found Event

 o ID_REDO
 public static final int ID_REDO
The ID of a Redo Event

Methods

 o getHeight
 public int getHeight()
Get the height in the prolog tree

 o abort
 public void abort()
Abort execution

 o step
 public void step()
Execute next step

 o skip
 public void skip()
Skip tracing for next step


All Packages  Class Hierarchy  This Package  Previous  Next  Index