| |
|
| java.lang.Object org.griphyn.cPlanner.selector.TransformationSelector org.griphyn.cPlanner.selector.transformation.Installed
Installed | public class Installed extends TransformationSelector (Code) | | This implementation of the Selector returns a list of TransformationCatalogEntry objects of type INSTALLED y on the submit site.
author: Gaurang Mehta version: $Revision: 50 $ |
Method Summary | |
public List | getTCEntry(List tcentries) Returns a list of TransformationCatalogEntry objects of type installed
from a List of valid TCEntries
Parameters: tcentries - List The original list containing TransformationCatalogEntries. |
getTCEntry | public List getTCEntry(List tcentries)(Code) | | Returns a list of TransformationCatalogEntry objects of type installed
from a List of valid TCEntries
Parameters: tcentries - List The original list containing TransformationCatalogEntries. List returns a List of TransformationCatalogEntry objects of type INSTALLED |
|
|
|