| java.lang.Object org.cougaar.core.domain.RootPlanImpl
add | public void add(Object o)(Code) | | Add Object to the RootPlan Collection
(All subscribers will be notified)
|
change | public void change(Object o)(Code) | | Change Object to the RootPlan Collection
(All subscribers will be notified)
|
change | public void change(Object o, Collection changes)(Code) | | Change Object to the RootPlan Collection
(All subscribers will be notified)
|
executeDelayedLPActions | public void executeDelayedLPActions()(Code) | | |
remove | public void remove(Object o)(Code) | | Removed Object to the RootPlan Collection
(All subscribers will be notified)
|
searchBlackboard | public Enumeration searchBlackboard(UnaryPredicate predicate)(Code) | | Apply predicate against the entire "Blackboard".
User provided predicate
|
sendDirective | public void sendDirective(Directive dir)(Code) | | Alias for sendDirective(Directive, null);
|
sendDirective | public void sendDirective(Directive dir, Collection changes)(Code) | | Reliably send a directive.
The message transport takes pains to retransmit this message
until it is acknowledged, even if agents crash. When a crashed
agent recovers, the blackboard invokes the
RestartLogicProvider s.
|
|
|