The purpose of this class is to provide a base class for the creation of LDMPlugins.
This implementation leaves the actual methods of Asset creation as an exercise
for the reader, i.e.
An instance of an LDMPlugin that reads a Cluster's startup data
from an XML file (of the form *.ldm.xml).
This Plugin is invoked with one parameter, the name of the
.ldm.xml file to be parsed.
AssetCreator is a subclass of AggregateAssetCreator which creates sql queries
(through its superclass) and processes the query results by creating assets with bumpernumbers.
GlobalAirProtoCreator is a subclass of ComAirCreator which creates sql queries
(through its superclass) and processes the query results by creating prototype assets
for the Planes with hand code generated (fake) tail numbers.
AssetCreator is a subclass of AggregateAssetCreator which creates sql queries
(through its superclass) and processes the query results by creating assets with bumpernumbers.
An instance of an LDMPlugin that reads a Cluster's startup policy
from an XML file.
This Plugin is invoked with one or more parameters, the names of the
.ldm.xml files to be parsed.