JTP API Documentation

jtp.context
Interface Tracer

All Known Implementing Classes:
AbstractTracer

public interface Tracer

Traces the path of goals and subgoals as they are processed by the asking system, and assertions and inferred consequences as they are processed by the telling system.


Method Summary
 int changeTraceDepth(int delta)
           
 int getTraceDepth()
           
 int getVerbosityLevel()
           
 void setTraceDepth(int lev)
           
 void setVerbosityLevel(int i)
           
 void trace(Object o)
           
 

Method Detail

trace

public void trace(Object o)

changeTraceDepth

public int changeTraceDepth(int delta)

setTraceDepth

public void setTraceDepth(int lev)

getTraceDepth

public int getTraceDepth()

getVerbosityLevel

public int getVerbosityLevel()

setVerbosityLevel

public void setVerbosityLevel(int i)

JTP API Documentation