biz.hammurapi.rules
Interface Action


public interface Action

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.
 

Method Detail

undo

void undo()
This method is invoked by ActionTracer when an object is removed from the working memory.



Copyright © 2005 Hammurapi Group. All Rights Reserved.