Class NoTrace

java.lang.Object
org.projog.core.predicate.AbstractSingleResultPredicate
org.projog.core.predicate.builtin.debug.NoTrace
All Implemented Interfaces:
KnowledgeBaseConsumer, PredicateFactory

public final class NoTrace extends AbstractSingleResultPredicate
notrace - disables exhaustive tracing.

By disabling exhaustive tracing the programmer will no longer be informed of every goal their program attempts to resolve. Any tracing due to the presence of spy points will continue.