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. mProfileMapAn 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.NAMESPACESProfiles.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 voidProfiles. addProfile(Profiles.NAMESPACES namespace, java.lang.String key, java.lang.String value)Add a profile.voidProfiles. addProfileDirectly(Profiles.NAMESPACES namespace, java.lang.String key, java.lang.String value)Add a profile.NamespaceProfiles. get(Profiles.NAMESPACES n)Returns the namespace object corresponding to a namespaceprivate intProfiles. getIndex(Profiles.NAMESPACES u)Returns the index for the namespace.java.util.IteratorProfiles. 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. mNamepsaceToPropertiesPrefixMethods 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 NamespacePegasusProperties. 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 voidDagman. assimilate(PegasusProperties properties, Profiles.NAMESPACES namespace)Assimilate the profiles in the namespace in a controlled manner.voidNamespace. assimilate(PegasusProperties properties, Profiles.NAMESPACES namespace)Assimilate the profiles in the namespace in a controlled manner.
-