Interface AnalyzerFactory
-
- All Superinterfaces:
AlohaPlugin
- All Known Implementing Classes:
DispersionPlugin,KickResponsePlugin
public interface AnalyzerFactory extends AlohaPlugin
This is the interface for a class, that can create Analyzers. An Analyzer is in principle a small plugin component that defines oneDVViewin aDisplaySet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Analyzer>createAnalyzers(Measurement measurement)an implementation of this method can return an arbitrary amount of analyzers for the given measurement.-
Methods inherited from interface cern.accsoft.steering.aloha.plugin.api.AlohaPlugin
getName
-
-
-
-
Method Detail
-
createAnalyzers
java.util.List<Analyzer> createAnalyzers(Measurement measurement)
an implementation of this method can return an arbitrary amount of analyzers for the given measurement. They all will be plugged into everyDisplaySetfor this measurment.- Parameters:
measurement-- Returns:
-
-