Class MatrixSolverPlugin
- java.lang.Object
-
- cern.accsoft.steering.aloha.plugin.api.AbstractAlohaPlugin
-
- cern.accsoft.steering.aloha.plugin.msolve.MatrixSolverPlugin
-
- All Implemented Interfaces:
AlohaBeanFactoryAware,BeanAware,AlgorithmFactory,AlohaPlugin
public class MatrixSolverPlugin extends AbstractAlohaPlugin implements AlgorithmFactory
-
-
Field Summary
-
Fields inherited from class cern.accsoft.steering.aloha.plugin.api.AbstractAlohaPlugin
alohaBeanFactory
-
-
Constructor Summary
Constructors Constructor Description MatrixSolverPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmcreateAlgorithm(Solver solver)create a calculator for the given solverjava.lang.StringgetName()-
Methods inherited from class cern.accsoft.steering.aloha.plugin.api.AbstractAlohaPlugin
getAlohaBeanFactory, setAlohaBeanFactory
-
-
-
-
Method Detail
-
createAlgorithm
public Algorithm createAlgorithm(Solver solver)
Description copied from interface:AlgorithmFactorycreate a calculator for the given solver- Specified by:
createAlgorithmin interfaceAlgorithmFactory- Parameters:
solver- the solver for which to create a calculator- Returns:
- the calculator
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceAlohaPlugin- Returns:
- the name of the plugin
-
-