Modifier and Type | Method and Description |
---|---|
PredicateKey |
getPredicateKey() |
boolean |
isEnabled() |
boolean |
isSet() |
void |
logCall(Object source,
Term[] args)
Notifies listeners of a first attempt to evaluate a goal.
|
void |
logExit(Object source,
Term[] args,
ClauseModel clause)
Notifies listeners of that an attempt to evaluate a goal has succeeded.
|
void |
logExit(Object source,
Term[] args,
int clauseNumber)
Deprecated.
|
void |
logFail(Object source,
Term[] args)
Notifies listeners of that an attempt to evaluate a goal has failed.
|
void |
logRedo(Object source,
Term[] args)
Notifies listeners of an attempt to re-evaluate a goal.
|
public PredicateKey getPredicateKey()
public boolean isSet()
public boolean isEnabled()
public void logCall(Object source, Term[] args)
public void logRedo(Object source, Term[] args)
@Deprecated public void logExit(Object source, Term[] args, int clauseNumber)
public void logExit(Object source, Term[] args, ClauseModel clause)
Copyright © 2024. All rights reserved.