Package org.destecs.ide.debug.aca.plugin

Examples of org.destecs.ide.debug.aca.plugin.SharedDesignParameterAcaPlugin


    AcaGenerator generator = new AcaGenerator(configuration, baseConfigWorkingCopy, monitor, 10, project, outputPreFix);
    generator.addGenerator(new IncludeBaseConfigAcaPlugin());
    //generator.addGenerator(new ArchitectureAcaPlugin());
    generator.addGenerator(new ArchitecturesAcaPlugin());
    generator.addGenerator(new SharedDesignParameterAcaPlugin());
    generator.addGenerator(new ScenarioAcaPlugin());
    generator.addGenerator(new CTImplementationsAcaPlugin());
    generator.addGenerator(new CTSettingsAcaPlugin());

    monitor.worked(10);
View Full Code Here

TOP

Related Classes of org.destecs.ide.debug.aca.plugin.SharedDesignParameterAcaPlugin

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.