Class SpyPoints.SpyPoint

java.lang.Object
org.projog.core.event.SpyPoints.SpyPoint
Enclosing class:
SpyPoints

public class SpyPoints.SpyPoint extends Object
  • Method Details

    • getPredicateKey

      public PredicateKey getPredicateKey()
    • isSet

      public boolean isSet()
    • isEnabled

      public boolean isEnabled()
    • logCall

      public void logCall(Object source, Term term)
      Notifies listeners of a first attempt to evaluate a goal.
    • logRedo

      public void logRedo(Object source, Term term)
      Notifies listeners of an attempt to re-evaluate a goal.
    • logExit

      @Deprecated public void logExit(Object source, Term term, int clauseNumber)
      Deprecated.
      Notifies listeners of that an attempt to evaluate a goal has succeeded.
    • logExit

      public void logExit(Object source, Term term, ClauseModel clause)
      Notifies listeners of that an attempt to evaluate a goal has succeeded.
    • logFail

      public void logFail(Object source, Term term)
      Notifies listeners of that an attempt to evaluate a goal has failed.