| java.lang.Object org.cougaar.planning.ldm.lps.RescindLP
RescindLP | public class RescindLP implements LogicProvider,EnvelopeLogicProvider(Code) | | RescindLogicProvider class provides the logic to capture
rescinded PlanElements (removed from collection)
Attempts to do a complete LogPlan rescind walk, not depending on
being re-called to do the "next" level of rescind.
|
Method Summary | |
public void | execute(EnvelopeTuple o, Collection changes) Parameters: o - EnvelopeTuplewhere Envelope.Tuple.object is an ADDED PlanElement which containsan Allocation to an agent asset.Do something if the test returned true i.e. | public void | init() |
execute | public void execute(EnvelopeTuple o, Collection changes)(Code) | | Parameters: o - EnvelopeTuplewhere Envelope.Tuple.object is an ADDED PlanElement which containsan Allocation to an agent asset.Do something if the test returned true i.e. it was a PlanElement being removed |
|
|