Class AnalyzerManagerImpl
- java.lang.Object
-
- cern.accsoft.steering.aloha.analyzer.AnalyzerManagerImpl
-
- All Implemented Interfaces:
AnalyzerManager
public class AnalyzerManagerImpl extends java.lang.Object implements AnalyzerManager
This is the implementation of theAnalyzerManager
-
-
Constructor Summary
Constructors Constructor Description AnalyzerManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAnalyzerFactory(AnalyzerFactory factory)add anaAnalyzerFactoryto the managerjava.util.List<Analyzer>createAnalyzers(Measurement measurement)creates all available analyzers
-
-
-
Method Detail
-
createAnalyzers
public java.util.List<Analyzer> createAnalyzers(Measurement measurement)
Description copied from interface:AnalyzerManagercreates all available analyzers- Specified by:
createAnalyzersin interfaceAnalyzerManager
-
addAnalyzerFactory
public void addAnalyzerFactory(AnalyzerFactory factory)
Description copied from interface:AnalyzerManageradd anaAnalyzerFactoryto the manager- Specified by:
addAnalyzerFactoryin interfaceAnalyzerManager- Parameters:
factory- the factory to add
-
-