vishnu.model.algebra.optimizer
Class AlgorithmPickerImpl

java.lang.Object
  extended by vishnu.model.algebra.optimizer.AlgorithmPickerImpl
All Implemented Interfaces:
AlgorithmSelectionStage.AlgorithmPicker

public class AlgorithmPickerImpl
extends java.lang.Object
implements AlgorithmSelectionStage.AlgorithmPicker

 

Constructor Summary
AlgorithmPickerImpl()
           
 
Method Summary
 Algorithm selectedAlgorithm(java.util.Collection<Algorithm> c, Relation r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgorithmPickerImpl

public AlgorithmPickerImpl()
Method Detail

selectedAlgorithm

public Algorithm selectedAlgorithm(java.util.Collection<Algorithm> c,
                                   Relation r)
Specified by:
selectedAlgorithm in interface AlgorithmSelectionStage.AlgorithmPicker