Uses of Class
edu.isi.pegasus.planner.catalog.classes.Profiles.NAMESPACES
-
Packages that use Profiles.NAMESPACES Package Description edu.isi.pegasus.planner.catalog.classes edu.isi.pegasus.planner.common edu.isi.pegasus.planner.namespace -
-
Uses of Profiles.NAMESPACES in edu.isi.pegasus.planner.catalog.classes
Fields in edu.isi.pegasus.planner.catalog.classes with type parameters of type Profiles.NAMESPACES Modifier and Type Field Description private java.util.EnumMap<Profiles.NAMESPACES,Namespace>
Profiles. mProfileMap
An enum map that associates the enum keys with the corresponding namespace objects.Methods in edu.isi.pegasus.planner.catalog.classes that return Profiles.NAMESPACES Modifier and Type Method Description static Profiles.NAMESPACES
Profiles.NAMESPACES. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Profiles.NAMESPACES[]
Profiles.NAMESPACES. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.isi.pegasus.planner.catalog.classes with parameters of type Profiles.NAMESPACES Modifier and Type Method Description void
Profiles. addProfile(Profiles.NAMESPACES namespace, java.lang.String key, java.lang.String value)
Add a profile.void
Profiles. addProfileDirectly(Profiles.NAMESPACES namespace, java.lang.String key, java.lang.String value)
Add a profile.Namespace
Profiles. get(Profiles.NAMESPACES n)
Returns the namespace object corresponding to a namespaceprivate int
Profiles. getIndex(Profiles.NAMESPACES u)
Returns the index for the namespace.java.util.Iterator
Profiles. getProfileKeyIterator(Profiles.NAMESPACES n)
Returns a iterator over the profile keys corresponding to a particular namespace.java.util.List<Profile>
Profiles. getProfiles(Profiles.NAMESPACES namespace)
Returns the list of profiles corresponding to a single namespace -
Uses of Profiles.NAMESPACES in edu.isi.pegasus.planner.common
Fields in edu.isi.pegasus.planner.common with type parameters of type Profiles.NAMESPACES Modifier and Type Field Description private static java.util.Map<Profiles.NAMESPACES,java.lang.String>
PegasusProperties. mNamepsaceToPropertiesPrefix
Methods in edu.isi.pegasus.planner.common that return types with arguments of type Profiles.NAMESPACES Modifier and Type Method Description java.util.Map<Profiles.NAMESPACES,java.lang.String>
PegasusProperties. namespaceToPropertiesPrefix()
Methods in edu.isi.pegasus.planner.common with parameters of type Profiles.NAMESPACES Modifier and Type Method Description Namespace
PegasusProperties. getProfiles(Profiles.NAMESPACES ns)
Returns all the profiles relevant to a particular namespace -
Uses of Profiles.NAMESPACES in edu.isi.pegasus.planner.namespace
Methods in edu.isi.pegasus.planner.namespace with parameters of type Profiles.NAMESPACES Modifier and Type Method Description void
Dagman. assimilate(PegasusProperties properties, Profiles.NAMESPACES namespace)
Assimilate the profiles in the namespace in a controlled manner.void
Namespace. assimilate(PegasusProperties properties, Profiles.NAMESPACES namespace)
Assimilate the profiles in the namespace in a controlled manner.
-