| biz.hammurapi.rules.Action
Action | public interface Action (Code) | | Instances of this class represent actions performed by the engine
in response to adding an object to working memory.
Instances of this interface are used during removal process to undo
conclusions.
author: Pavel Vlasov |
Method Summary | |
void | undo() This method is invoked by ActionTracer when an object
is removed from the working memory. |
undo | void undo()(Code) | | This method is invoked by ActionTracer when an object
is removed from the working memory.
|
|
|