Uses of Class
edu.isi.pegasus.planner.dax.CatalogType
-
Packages that use CatalogType Package Description edu.isi.pegasus.planner.dax -
-
Uses of CatalogType in edu.isi.pegasus.planner.dax
Subclasses of CatalogType in edu.isi.pegasus.planner.dax Modifier and Type Class Description classExecutableThe Transformation Catalog object the represent the entries in the DAX transformation section.classFileThis 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 CatalogType Modifier and Type Field Description protected java.util.List<CatalogType>Transformation. mUsesList of executable of files used by the transformationMethods in edu.isi.pegasus.planner.dax that return CatalogType Modifier and Type Method Description CatalogTypeCatalogType. addMetaData(MetaData metadata)Add aMetaDataobject for the Catalog objectCatalogTypeCatalogType. addMetaData(java.lang.String type, java.lang.String key, java.lang.String value)Add a Metadata entry for the Catalog objectCatalogTypeCatalogType. addMetaData(java.util.List<MetaData> metadata)Add a List ofMetaDataobjects to the Catalog entry objectCatalogTypeCatalogType. addPhysicalFile(PFN pfn)Add a PFN object to the CatalogCatalogTypeCatalogType. addPhysicalFile(java.lang.String url)Add a pfn url to the CatalogCatalogTypeCatalogType. addPhysicalFile(java.lang.String url, java.lang.String site)Add a PFN url and a site id to the CatalogCatalogTypeCatalogType. addPhysicalFiles(java.util.List<PFN> pfns)Add a list of PFN objects to the CatalogCatalogTypeCatalogType. addProfile(Profile.NAMESPACE namespace, java.lang.String key, java.lang.String value)Add a profile to the catalog entryCatalogTypeCatalogType. addProfile(java.lang.String namespace, java.lang.String key, java.lang.String value)Add a profile to the catalog entryCatalogTypeCatalogType. addProfiles(Profile profile)Add a Profile object to this Catalog entryCatalogTypeCatalogType. addProfiles(java.util.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 CatalogType Modifier and Type Method Description java.util.List<CatalogType>Transformation. getUses()Get the List of files and/or executables being used by the transformationMethods in edu.isi.pegasus.planner.dax with parameters of type CatalogType Modifier and Type Method Description TransformationTransformation. 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 CatalogType Modifier and Type Method Description TransformationTransformation. uses(java.util.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 Constructor Description CatalogType(CatalogType c)Copy Constructor
-