Pegasus::DAX::CatalogType - abstract class for included transformation- and replica catalogs.
This is an abstract class. You do not instantiate abstract classes.
This class is the base for the included transformation- and replica catalog entry.
The constructor is used by child classes to establish data structures.
This method will add a specified profile, either as three strings or instance of Pegasus::DAX::Profile, to the collection of profiles associated with the logical level catalog entry.
This method adds a piece of meta data to the collection of meta data, either as trhee strings or instance of Pegasus::DAX::MetaData, associated with this logical catalog entry.
This method adds a physical filename, either as url and site string or instance of Pegasus::DAX::PFN, to the collection of PFNs associated with this catalog entry.
The purpose of the innerXML
function is to recursively generate XML from the internal data structures. Since this class is abstract, it will not create the element tag nor attributes. However, it needs to create the inner elements as necessary.
The first argument is a file handle open for writing. This is where the XML will be generated. The second argument is a string with the amount of white-space that should be used to indent elements for pretty printing. The third argument may not be defined. If defined, all element tags will be prefixed with this name space.
Base class.
Replica catalog entry child class.
Transformation catalog entry child class.
Copyright 2007-2011 University Of Southern California
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.