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.
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)