Class AnalysisControllerFactory

java.lang.Object
xal.extension.scan.analysis.AnalysisControllerFactory

public class AnalysisControllerFactory extends Object
This is a factory to produce different type of analysis.
Version:
1.0
Author:
A. Shishlo
  • Method Details

    • getAC

      public static AnalysisController getAC(MainAnalysisController mainController, DataAdaptor analysisConf, JPanel parentAnalysisPanel, JPanel customControlPanel, JPanel customGraphPanel, JPanel globalButtonsPanel, ScanVariable scanVariableParameter, ScanVariable scanVariable, Vector<MeasuredValue> measuredValuesV, FunctionGraphsJPanel graphAnalysis, JTextField messageTextLocal, BasicGraphData graphDataLocal)
      Returns the specific analysis controller.
      Parameters:
      mainController - Description of the Parameter
      analysisConf - Description of the Parameter
      parentAnalysisPanel - Description of the Parameter
      customControlPanel - Description of the Parameter
      customGraphPanel - Description of the Parameter
      globalButtonsPanel - Description of the Parameter
      scanVariableParameter - Description of the Parameter
      scanVariable - Description of the Parameter
      measuredValuesV - Description of the Parameter
      graphAnalysis - Description of the Parameter
      messageTextLocal - Description of the Parameter
      graphDataLocal - Description of the Parameter
      Returns:
      The aC value