edu.isi.pegasus.planner.selector.transformation
Class Random
java.lang.Object
edu.isi.pegasus.planner.selector.TransformationSelector
edu.isi.pegasus.planner.selector.transformation.Random
public class Random
- extends TransformationSelector
This implemenation of the TCSelector selects a random
TransformationCatalogEntry from a List of entries.
- Version:
- $Revision: 2050 $
- Author:
- Gaurang Mehta
|
Method Summary |
List |
getTCEntry(List tcentries)
This method randomly selects one of the records from numerous valid
Transformation Catalog Entries returned by the TCMapper. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Random
public Random()
getTCEntry
public List getTCEntry(List tcentries)
- This method randomly selects one of the records from numerous valid
Transformation Catalog Entries returned by the TCMapper.
- Specified by:
getTCEntry in class TransformationSelector
- Parameters:
tcentries - List TransformationCatalogEntry objects returned by the TCMapper.
- Returns:
- TransformationCatalogEntry Single TransformationCatalogEntry object
Copyright © 2011 The University of Southern California. All Rights Reserved.