| org.cougaar.planning.servlet.BlackboardServletSupport org.cougaar.logistics.servlet.ConditionSupport
ConditionSupport | public class ConditionSupport extends BlackboardServletSupport (Code) | |
This support class offers additional services on top of the
SimpleServletSupport class, including access to the blackboard,
config finder, root factory, ldm serves plugin, and scheduler service.
Publishes a condition that must be in the range 0.0-1.0.
The name is a parameter to the component. If none is provided, the name
is "DoubleCondition".
|
Constructor Summary | |
public | ConditionSupport(String path, MessageAddress agentId, BlackboardQueryService blackboardQuery, LoggingService logger, BlackboardService blackboard, ConfigFinder configFinder, PlanningFactory ldmf, LDMServesPlugin ldm, SchedulerService scheduler, WhitePagesService wp, String conditionName) |
ConditionSupport | public ConditionSupport(String path, MessageAddress agentId, BlackboardQueryService blackboardQuery, LoggingService logger, BlackboardService blackboard, ConfigFinder configFinder, PlanningFactory ldmf, LDMServesPlugin ldm, SchedulerService scheduler, WhitePagesService wp, String conditionName)(Code) | | |
publishCondition | public void publishCondition()(Code) | | publishes the condition to blackboard, if the condition service is available.
|
|
|