org.cougaar.planning.plugin.asset |
|
Java Source File Name | Type | Comment |
AssetDataCallback.java | Interface | Callback provided by AssetDataPlugin (or extension) to AssetDataReader implementation. |
AssetDataDBReader.java | Class | Populates an "Asset" from the config database. |
AssetDataFileReader.java | Class | Parses local asset prototype-ini.dat to create local asset and the
Report tasks associated with all the local asset's relationships.
Local asset must have ClusterPG and RelationshipPG, Presumption is
that the 'other' assets in all the relationships have both Cluster
and Relationship PGs. |
AssetDataParamPlugin.java | Class | Extension of AssetDataPlugin which always uses the ParameterizedDataReader to
construct the local entity asset and the Report tasks associated with all the
local asset's relationships. |
AssetDataParamReader.java | Class | Parses a set of parameters to create local asset.
Relationships must also be passed as parameters but will be handled by the
AssetDataPlugin. |
AssetDataPlugin.java | Class | Generic plugin to create a local asset and the Report tasks
associated with all the local asset's relationships. |
AssetDataReader.java | Interface | |
AssetReportPlugin.java | Class | AssetReportPlugin manages REPORTFORDUTY and REPORTFORSERVICE relationships
Handles both expansion and allocation of these tasks. |