jmetal.operators.selection
Class SelectionFactory

java.lang.Object
  extended by jmetal.operators.selection.SelectionFactory

public class SelectionFactory
extends java.lang.Object

Class implementing a factory of selection operators


Constructor Summary
SelectionFactory()
           
 
Method Summary
static Selection getSelectionOperator(java.lang.String name, java.util.HashMap parameters)
          Gets a selection operator through its name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionFactory

public SelectionFactory()
Method Detail

getSelectionOperator

public static Selection getSelectionOperator(java.lang.String name,
                                             java.util.HashMap parameters)
                                      throws JMException
Gets a selection operator through its name.

Parameters:
name - of the operator
Returns:
the operator
Throws:
JMException