Uses of Class
edu.isi.pegasus.planner.dax.MetaData
-
Packages that use MetaData Package Description edu.isi.pegasus.planner.dax -
-
Uses of MetaData in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type MetaData Modifier and Type Field Description protected java.util.Set<MetaData>
CatalogType. mMetadata
private java.util.Set<MetaData>
AbstractJob. mMetaDataAttributes
The metadata attributes associated with the whole workflow.private java.util.Set<MetaData>
ADAG. mMetaDataAttributes
The metadata attributes associated with the whole workflow.Methods in edu.isi.pegasus.planner.dax that return MetaData Modifier and Type Method Description MetaData
MetaData. clone()
Create a copy of this Metdata ObjectMetaData
MetaData. setValue(java.lang.String value)
Set the value of the metadataMethods in edu.isi.pegasus.planner.dax that return types with arguments of type MetaData Modifier and Type Method Description java.util.Set<MetaData>
CatalogType. getMetaData()
Returns the List of MetaData objects associated with this Catalog entry objectMethods in edu.isi.pegasus.planner.dax with parameters of type MetaData Modifier and Type Method Description CatalogType
CatalogType. addMetaData(MetaData metadata)
Add aMetaData
object for the Catalog objectvoid
MetaData.JsonSerializer. serialize(MetaData md, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider sp)
Serializes a MetaData object in to YAML representationMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type MetaData Modifier and Type Method Description CatalogType
CatalogType. addMetaData(java.util.List<MetaData> metadata)
Add a List ofMetaData
objects to the Catalog entry objectConstructors in edu.isi.pegasus.planner.dax with parameters of type MetaData Constructor Description MetaData(MetaData m)
Copy constructor
-