hep.aida.ext
Interface IOptimizerFactory

All Known Implementing Classes:
UncminOptimizerFactory

public interface IOptimizerFactory


Method Summary
 IOptimizer create()
          Create the default optimizer with default configuration.
 IOptimizer create(String name)
           
 String[] optimizerFactoryNames()
          The array of the names of the optimizer that this factory can create.
 

Method Detail

create

IOptimizer create()
Create the default optimizer with default configuration.


create

IOptimizer create(String name)

optimizerFactoryNames

String[] optimizerFactoryNames()
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.



jHepWork 3.2 © jWork.org