| org.cougaar.core.plugin.ComponentPlugin org.cougaar.mlm.plugin.organization.GLSMiniExpanderPlugin
GLSMiniExpanderPlugin | public class GLSMiniExpanderPlugin extends ComponentPlugin (Code) | | Vesion of GLSExpander without SD support, for use with minitestconfig, eg.
The GLSMiniExpanderPlugin will take the intial GetLogSupport task received by
an agent and expand it into getlogsupport for subordinates.
|
myParams | String[] myParams(Code) | | Parameters are the types of determinerequirements to generate.
|
createDetermineRequirementsTask | public Task createDetermineRequirementsTask(Task task, String ofTypePreposition)(Code) | | Creates a DETERMINEREQUIREMENTS task of the specified type
Task The DetermineRequirements task |
execute | protected void execute()(Code) | | Plugin execute method is called every time one of our
subscriptions has something to do
|
expand | public void expand(Task task)(Code) | | Expand a task into a GLS for subordinates plus
DETERMINEREQUIREMENTS for all types specified by params.
Parameters: task - The Task to expand. |
setLoggingService | final public void setLoggingService(LoggingService logger)(Code) | | rely upon load-time introspection to set these services - don't worry about revokation.
|
setupSubscriptions | protected void setupSubscriptions()(Code) | | Override the setupSubscriptions() in ComponentPlugin
Get an LDMService for factory calls
Use the blackboard service inherited from ComponentPlugin
|
|
|