| |
|
| java.lang.Object org.griphyn.cPlanner.selector.TransformationSelector org.griphyn.cPlanner.selector.transformation.Random
Random | public class Random extends TransformationSelector (Code) | | This implemenation of the TCSelector selects a random
TransformationCatalogEntry from a List of entries.
author: Gaurang Mehta version: $Revision: 50 $ |
Constructor Summary | |
public | Random() |
Method Summary | |
public List | getTCEntry(List tcentries) This method randomly selects one of the records from numerous valid
Transformation Catalog Entries returned by the TCMapper.
Parameters: tcentries - List TransformationCatalogEntry objects returned by the TCMapper. |
getTCEntry | public List getTCEntry(List tcentries)(Code) | | This method randomly selects one of the records from numerous valid
Transformation Catalog Entries returned by the TCMapper.
Parameters: tcentries - List TransformationCatalogEntry objects returned by the TCMapper. TransformationCatalogEntry Single TransformationCatalogEntry object |
|
|
|