Package jmt.gui.common.definitions

Examples of jmt.gui.common.definitions.StatisticalOutputsLoader


  public StatisticalOutputsWindow(MeasureDefinition measureDefinition, int measureIndex){
    this.measureDefinition = measureDefinition;
    this.measureIndex = measureIndex;
    windowName = measureDefinition.getName(measureIndex);
    try {
      this.sop = new StatisticalOutputsLoader(measureDefinition, measureIndex);
      initGUI();
    } catch (FileNotFoundException ex) {
      logger.error("Verbose CSV file not found for measure.", ex);
    }
  }
View Full Code Here

TOP

Related Classes of jmt.gui.common.definitions.StatisticalOutputsLoader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.