Package org.aavso.tools.vstar.ui.mediator

Examples of org.aavso.tools.vstar.ui.mediator.Mediator


  public CurrentModeANOVATool() {
  }

  @Override
  public void invoke() {
    Mediator mediator = Mediator.getInstance();

    if (!mediator.getNewStarMessageList().isEmpty()) {
      AnalysisType type = mediator.getAnalysisType();

      ObservationAndMeanPlotModel model = mediator
          .getObservationPlotModel(type);

      BinningResult binningResult = model.getBinningResult();

      String msg = binningResult.createAnovaText();
View Full Code Here

TOP

Related Classes of org.aavso.tools.vstar.ui.mediator.Mediator

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.