Package jdolly.examples

Source Code of jdolly.examples.EncapsulateFieldGen

package jdolly.examples;

import java.util.List;

import jdolly.JDolly;
import jdolly.JDollyImp;
import jdolly.JDollyImp;

import org.eclipse.jdt.core.dom.CompilationUnit;
import org.testorrery.IGenerator;


public class EncapsulateFieldGen extends Gen{

  @Override
  protected IGenerator<List<CompilationUnit>> getCUGen() {
    return new JDollyImp("alloyTheory/encapsulatefield_final.als", 2,
        3, 3,1);
  }

  @Override
  protected String getLogDirPath() {
    return super.getSystemTempDir() + "/encapsulatefield";
  }

}
TOP

Related Classes of jdolly.examples.EncapsulateFieldGen

TOP
Copyright © 2018 www.massapi.com. 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.