biz.hammurapi.rules
Interface ActionTracer


public interface ActionTracer

Rules container which implements removal by tracing conclusions to causes shall implement this interface.

Author:
Pavel Vlasov

Method Summary
 void addActions(java.util.Collection actions)
          Adds multiple actions to the tracer.
 Action createPostAction(java.lang.Object cause, java.lang.Object postedObject)
          Factory method.
 Action createRemoveAction(java.lang.Object cause, java.lang.Object removedObject)
          Factory method.
 

Method Detail

addActions

void addActions(java.util.Collection actions)
Adds multiple actions to the tracer.

Parameters:
actions -

createPostAction

Action createPostAction(java.lang.Object cause,
                        java.lang.Object postedObject)
Factory method.

Parameters:
cause -
postedObject -
Returns:

createRemoveAction

Action createRemoveAction(java.lang.Object cause,
                          java.lang.Object removedObject)
Factory method.

Parameters:
cause -
removedObject -
Returns:


Copyright © 2005 Hammurapi Group. All Rights Reserved.