org.cougaar.logistics.plugin.strattrans |
|
Java Source File Name | Type | Comment |
StrategicTransportProjectorPlugin.java | Class | Class org.cougaar.logistics.plugin.strattrans.StrategicTransportProjectorPlugin is a replacement
for org.cougaar.mlm.plugin.sample.StrategicTranportProjectorPlugin .
(updated based upon ComponentPlugin and Toolkit)
This class subscribes to the single "Deploy" "DetermineRequirements"
Task and expands it to "Transport" Tasks for all applicable assets.
Currently expects only one oplan, one "self" org activity, and one
"Deploy" "DetermineRequirements" task.
Debug information is now off by default. |
UTILExpandableChildTaskCallback.java | Class | For use with (threaded?) expanders. |
UTILOrgActivityCallback.java | Class | Used to filter for new or changed generic org activities. |
UTILOrgActivityListener.java | Interface | OrgActivity listener -- can be used with org-activity callback. |
UTILOrganizationCallback.java | Class | Used to filter for new or changed generic organizations. |
UTILOrganizationListener.java | Interface | Organization listener -- can be used with OrganizationCallback. |
UTILParameterizedAggregateAssetCallback.java | Class | Used to filter for new or changed generic aggregate assets or normal assets.
Parameterized so that a single plugin may instantiate multiple instances
of this class to handle multiple types of assets based upon the given
String key passed in the constructor. |
UTILParameterizedAssetListener.java | Interface | Parameterized Asset listener -- can be used with ParameterizedAggregateAssetCallback. |