kaos.cougaar.clik.policyManager
Interface SAFEPolicyManager


public interface SAFEPolicyManager

Version:
1.0
Author:
James Lott

Method Summary
 void setCondition(java.io.Serializable condition)
          Set a condition on which a conditional policy may depend.
 

Method Detail

setCondition

void setCondition(java.io.Serializable condition)
Set a condition on which a conditional policy may depend. If there are no objects of the same class as the specified condition on the PolicyManager's blackboard, the object will be added to the blackboard. If an object of the same class as the specified condition exists on the PolicyManager's blackboard, it will be updated to the new value.

Parameters:
condition - object representing a condition (e.g. safe.util.ThreatCon)