hep.aida.ref.optimizer.uncmin
Class UncminOptimizerFactory

java.lang.Object
  extended by hep.aida.ref.optimizer.uncmin.UncminOptimizerFactory
All Implemented Interfaces:
IOptimizerFactory

public class UncminOptimizerFactory
extends Object
implements IOptimizerFactory


Constructor Summary
UncminOptimizerFactory()
          Creates a new instance of UncminOptimizerFactory
 
Method Summary
 IOptimizer create()
          Create an optimizer with default configuration.
 IOptimizer create(String name)
           
 String[] optimizerFactoryNames()
          The array of the names of the optimizer that this factory can create.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UncminOptimizerFactory

public UncminOptimizerFactory()
Creates a new instance of UncminOptimizerFactory

Method Detail

create

public IOptimizer create()
Create an optimizer with default configuration.

Specified by:
create in interface IOptimizerFactory

create

public IOptimizer create(String name)
Specified by:
create in interface IOptimizerFactory

optimizerFactoryNames

public String[] optimizerFactoryNames()
Description copied from interface: IOptimizerFactory
The array of the names of the optimizer that this factory can create. The first one is the default. The array cannot be null and it must have at least one element.

Specified by:
optimizerFactoryNames in interface IOptimizerFactory


jHepWork 3.2 © jWork.org