gov.sns.tools.optimizer
Class SearchAlgorithmFactory

java.lang.Object
  |
  +--gov.sns.tools.optimizer.SearchAlgorithmFactory

public class SearchAlgorithmFactory
extends java.lang.Object


Constructor Summary
protected SearchAlgorithmFactory()
          Creates a new instance of SearchAlgorithmFactory
 
Method Summary
static SearchAlgorithm getAlgorithm(int type)
          returns SearchAlgorithm according to the type from SearchAlgorithmConstants.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchAlgorithmFactory

protected SearchAlgorithmFactory()
Creates a new instance of SearchAlgorithmFactory

Method Detail

getAlgorithm

public static SearchAlgorithm getAlgorithm(int type)
returns SearchAlgorithm according to the type from SearchAlgorithmConstants.