| java.lang.Object org.cougaar.lib.xml.parser.AggregateAssetParser
AggregateAssetParser | public class AggregateAssetParser (Code) | | Creates asset from AggregateAsset xml node.
Called from UTILLdmXMLPlugin.
|
AggregateAssetParser | public AggregateAssetParser(Logger log)(Code) | | |
getAggregate | public AggregateAsset getAggregate(LDMServesPlugin ldm, Node node)(Code) | | This function is for use with the UTILLdmXMLPlugin.
Insensitive to the case of the tag. (So is OK too.)
Parameters: ldm - the factory to ask to create instances Parameters: node - the AggregateAsset document node itself an aggregate asset that corresponds to the node |
setSchedule | protected void setSchedule(LDMServesPlugin ldm, Asset asset, Schedule newSchedule)(Code) | | Give the aggregate asset a default schedule.
Parameters: ldm - - place to get new instances Parameters: asset - - to modify Parameters: newSchedule - - initial availability |
|
|