Interface AlgorithmFactory
-
- All Superinterfaces:
AlohaPlugin
- All Known Implementing Classes:
MatrixSolverPlugin,SimpleSolverPlugin
public interface AlgorithmFactory extends AlohaPlugin
the interface of a class that creates a calculator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlgorithmcreateAlgorithm(Solver solver)create a calculator for the given solver-
Methods inherited from interface cern.accsoft.steering.aloha.plugin.api.AlohaPlugin
getName
-
-