Class DispersionAnalyzer
- java.lang.Object
-
- cern.accsoft.steering.aloha.analyzer.AbstractAnalyzer<DispersionMeasurement>
-
- cern.accsoft.steering.aloha.plugin.disp.analyzer.DispersionAnalyzer
-
- All Implemented Interfaces:
Analyzer,GenericAnalyzer<DispersionMeasurement>,BeanAware,ChartFactoryAware
public class DispersionAnalyzer extends AbstractAnalyzer<DispersionMeasurement>
This class implements an analyzer, which compares the measured and the model dispersion.
-
-
Constructor Summary
Constructors Constructor Description DispersionAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cern.jdve.viewer.DVViewgetDVView()voidinit()the init method, which just creates the DataViewsvoidrefresh()refreshes the dataviews-
Methods inherited from class cern.accsoft.steering.aloha.analyzer.AbstractAnalyzer
getChartFactory, getMeasurement, setChartFactory, setMeasurement
-
-