FreeHEP API
Version current

hep.aida.ref.optimizer.uncmin
Class UncminOptimizerFactory

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

public class UncminOptimizerFactory
extends Object
implements IOptimizerFactory

Author:
The AIDA team @ SLAC.
Source Code:
UncminOptimizerFactory.java

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
clone, equals, finalize, 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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.