Uses of Class
edu.isi.pegasus.planner.selector.TransformationSelector
Packages that use TransformationSelector
Package
Description
Provides the interface and call-out to the site selector mechanism.
-
Uses of TransformationSelector in edu.isi.pegasus.planner.selector
Methods in edu.isi.pegasus.planner.selector that return TransformationSelectorModifier and TypeMethodDescriptionstatic TransformationSelector
TransformationSelector.loadTXSelector
(String className) Loads the implementing class corresponding to the mode specified by the user at runtime in the properties file. -
Uses of TransformationSelector in edu.isi.pegasus.planner.selector.transformation
Subclasses of TransformationSelector in edu.isi.pegasus.planner.selector.transformationModifier and TypeClassDescriptionclass
This implementation of the Selector returns a list of TransformationCatalogEntry objects of type INSTALLED.class
This implemenation of the TCSelector selects a random TransformationCatalogEntry from a List of entries.class
This implementation of the Selector select a transformation of type STAGEABLE on all sites.class
This implementation of the Selector select a transformation of type STAGEABLE and only on the submit site.