Package jmt.engine.jwat.fitting.utils

Examples of jmt.engine.jwat.fitting.utils.ModelFitting


import jmt.gui.jwat.JWatModel;

public class FittingSession extends JwatSession {
 
  public FittingSession() {
    super(new ModelFitting());
  }
View Full Code Here


    super(new ModelFitting());
  }


  protected FittingSession(JWatModel model) {
    super(new ModelFitting());
    // TODO Auto-generated constructor stub
  }
View Full Code Here

TOP

Related Classes of jmt.engine.jwat.fitting.utils.ModelFitting

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.