Package org.woped.qualanalysis.soundness

Examples of org.woped.qualanalysis.soundness.SoundnessCheckImplement


   *            the editor the service is referring to
   */
  public QualanalysisServiceImplement(IEditor editor) {
    super(editor);
    sComponent = new SComponentImplement(editor);
    soundnessCheck = new SoundnessCheckImplement(editor);
  }
View Full Code Here

TOP

Related Classes of org.woped.qualanalysis.soundness.SoundnessCheckImplement

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.