Uses of Class
edu.isi.pegasus.planner.dax.CatalogType
Packages that use CatalogType
-
Uses of CatalogType in edu.isi.pegasus.planner.dax
Subclasses of CatalogType in edu.isi.pegasus.planner.daxModifier and TypeClassDescriptionclass
The Transformation Catalog object the represent the entries in the DAX transformation section.class
This class is the container for any File object, either the RC section, or usesFields in edu.isi.pegasus.planner.dax with type parameters of type CatalogTypeModifier and TypeFieldDescriptionprotected List<CatalogType>
Transformation.mUses
List of executable of files used by the transformationMethods in edu.isi.pegasus.planner.dax that return CatalogTypeModifier and TypeMethodDescriptionCatalogType.addMetaData
(MetaData metadata) Add aMetaData
object for the Catalog objectCatalogType.addMetaData
(String key, String value) Add a Metadata entry for the CatalogCatalogType.addMetaData
(List<MetaData> metadata) Add a List ofMetaData
objects to the Catalog entry objectCatalogType.addPhysicalFile
(PFN pfn) Add a PFN object to the CatalogCatalogType.addPhysicalFile
(String url) Add a pfn url to the CatalogCatalogType.addPhysicalFile
(String url, String site) Add a PFN url and a site id to the CatalogCatalogType.addPhysicalFiles
(List<PFN> pfns) Add a list of PFN objects to the CatalogCatalogType.addProfile
(Profile.NAMESPACE namespace, String key, String value) Add a profile to the catalog entryCatalogType.addProfile
(String namespace, String key, String value) Add a profile to the catalog entryCatalogType.addProfiles
(Profile profile) Add a Profile object to this Catalog entryCatalogType.addProfiles
(List<Profile> profiles) Add a List of profile objects to this Catalog entryMethods in edu.isi.pegasus.planner.dax that return types with arguments of type CatalogTypeModifier and TypeMethodDescriptionTransformation.getUses()
Get the List of files and/or executables being used by the transformationMethods in edu.isi.pegasus.planner.dax with parameters of type CatalogTypeModifier and TypeMethodDescriptionTransformation.uses
(CatalogType fileorexecutable) Set the file or executable being used by the transformationMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type CatalogTypeModifier and TypeMethodDescriptionTransformation.uses
(List<CatalogType> filesorexecutables) Set the List of files and/or executables being used by the transformationConstructors in edu.isi.pegasus.planner.dax with parameters of type CatalogType