public class SelectionFactory extends Object
| Constructor and Description |
|---|
SelectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ISelect |
getSelectionMethod(SelectionMethodType selectionMethod)
Tworzy nowy obiekt funkcji selekcji i zwraca referencję do niego.
|
static SelectionMethodType |
getSelectionMethodType(ISelect selectionMethod)
Zwraca typ funkcji selekcji określony dla parametru.
|
public static ISelect getSelectionMethod(SelectionMethodType selectionMethod) throws GeneticAlgorithmException
selectionMethod - Określa typ tworzonego obiektu
funkcji selekcji.GeneticAlgorithmException - DERC-1-8.1-1-1public static SelectionMethodType getSelectionMethodType(ISelect selectionMethod) throws GeneticAlgorithmException
selectionMethod - Referencja do obiektu funkcji selekcji.GeneticAlgorithmException - DERC-1-8.1-1-2Copyright © 2008–2015 Delhezi. All rights reserved.