org.griphyn.cPlanner.selector.transformation |
|
Java Source File Name | Type | Comment |
Installed.java | Class | This implementation of the Selector returns a list of TransformationCatalogEntry objects of type INSTALLED y on the submit site. |
Random.java | Class | This implemenation of the TCSelector selects a random
TransformationCatalogEntry from a List of entries. |
RoundRobin.java | Class | This implementation of the Selector select a transformation from a list in a round robin fashion. |
Staged.java | Class | This implementation of the Selector select a transformation of type STATIC_BINARY on all sites. |
Submit.java | Class | This implementation of the Selector select a transformation of type STATIC_BINARY and only on the submit site. |