public interface Callback
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Attribute subject,
WorkingMemory wmm)
Method that implements the callback.
|
void execute(Attribute subject, WorkingMemory wmm)
wmm - The working memory object that contains attributes values.
This should be used to set the attribute value.