kaos.cougaar.clik.policyManager
Class DSCoordinatorPlugin

java.lang.Object
  extended by ComponentPlugin
      extended by kaos.cougaar.clik.policyManager.DSCoordinatorPlugin

public class DSCoordinatorPlugin
extends ComponentPlugin

The PolicyExpanderPlugin expands policies before they are sent to the guards. It blackboard.subscribes to UnexpandedPolicyUpdates. ExpandedPolicyUpdates. The actual policy expansion happens in the expandPolicy function. Please see the comments for that method for details on how to expand policies.


Constructor Summary
DSCoordinatorPlugin()
           
 
Method Summary
 void execute()
           
 void setupSubscriptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSCoordinatorPlugin

public DSCoordinatorPlugin()
Method Detail

setupSubscriptions

public void setupSubscriptions()

execute

public void execute()