| |
|
| java.lang.Object org.griphyn.cPlanner.selector.TransformationSelector org.griphyn.cPlanner.selector.transformation.Submit
Submit | public class Submit extends TransformationSelector (Code) | | This implementation of the Selector select a transformation of type STATIC_BINARY and only on the submit site.
author: Gaurang Mehta version: $Revision: 50 $ |
Method Summary | |
public List | getTCEntry(List tcentries) This method returns a list of TransformationCatalogEntry objects of type
STATIC_BINARY and only available on the Submit machine( "local" site).
Parameters: tcentries - the original list of TransformationCatalogEntry objectson which the selector needs to run. |
getTCEntry | public List getTCEntry(List tcentries)(Code) | | This method returns a list of TransformationCatalogEntry objects of type
STATIC_BINARY and only available on the Submit machine( "local" site).
Parameters: tcentries - the original list of TransformationCatalogEntry objectson which the selector needs to run. List |
|
|
|