Просмотр исходного кода

deleted SGen Project for recommit

Andreas Mülder 14 лет назад
Родитель
Сommit
4c9506db7d
25 измененных файлов с 0 добавлено и 2635 удалено
  1. 0 7
      plugins/org.yakindu.sct.model.sgen/.classpath
  2. 0 28
      plugins/org.yakindu.sct.model.sgen/.project
  3. 0 8
      plugins/org.yakindu.sct.model.sgen/.settings/org.eclipse.jdt.core.prefs
  4. 0 15
      plugins/org.yakindu.sct.model.sgen/META-INF/MANIFEST.MF
  5. 0 14
      plugins/org.yakindu.sct.model.sgen/build.properties
  6. 0 25
      plugins/org.yakindu.sct.model.sgen/model/emf/sgen.ecore
  7. 0 26
      plugins/org.yakindu.sct.model.sgen/model/emf/sgen.genmodel
  8. 0 8
      plugins/org.yakindu.sct.model.sgen/plugin.properties
  9. 0 20
      plugins/org.yakindu.sct.model.sgen/plugin.xml
  10. 0 22
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/Configuration.java
  11. 0 46
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/GeneratorConfiguration.java
  12. 0 81
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/GeneratorModel.java
  13. 0 80
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/OutletConfiguration.java
  14. 0 82
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/SGenFactory.java
  15. 0 450
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/SGenPackage.java
  16. 0 48
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/StatechartReferences.java
  17. 0 45
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/ConfigurationImpl.java
  18. 0 156
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/GeneratorConfigurationImpl.java
  19. 0 247
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/GeneratorModelImpl.java
  20. 0 220
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/OutletConfigurationImpl.java
  21. 0 143
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/SGenFactoryImpl.java
  22. 0 330
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/SGenPackageImpl.java
  23. 0 139
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/StatechartReferencesImpl.java
  24. 0 196
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/util/SGenAdapterFactory.java
  25. 0 199
      plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/util/SGenSwitch.java

+ 0 - 7
plugins/org.yakindu.sct.model.sgen/.classpath

@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="output" path="bin"/>
-</classpath>

+ 0 - 28
plugins/org.yakindu.sct.model.sgen/.project

@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.yakindu.sct.model.sgen</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.SchemaBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.PluginNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-</projectDescription>

+ 0 - 8
plugins/org.yakindu.sct.model.sgen/.settings/org.eclipse.jdt.core.prefs

@@ -1,8 +0,0 @@
-#Wed Nov 02 16:10:35 CET 2011
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5

+ 0 - 15
plugins/org.yakindu.sct.model.sgen/META-INF/MANIFEST.MF

@@ -1,15 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-SymbolicName: org.yakindu.sct.model.sgen;singleton:=true
-Bundle-Version: 1.0.0.qualifier
-Bundle-ClassPath: .
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.eclipse.core.runtime,
- org.eclipse.emf.ecore;visibility:=reexport,
- org.yakindu.sct.model.sgraph;visibility:=reexport
-Bundle-ActivationPolicy: lazy
-Export-Package: org.yakindu.sct.model.sgen,
- org.yakindu.sct.model.sgen.impl

+ 0 - 14
plugins/org.yakindu.sct.model.sgen/build.properties

@@ -1,14 +0,0 @@
-
-# <copyright>
-# </copyright>
-#
-# $Id$
-
-bin.includes = .,\
-               model/,\
-               META-INF/,\
-               plugin.xml,\
-               plugin.properties
-jars.compile.order = .
-source.. = src/
-output.. = bin/

+ 0 - 25
plugins/org.yakindu.sct.model.sgen/model/emf/sgen.ecore

@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ecore:EPackage xmi:version="2.0"
-    xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sgen"
-    nsURI="http://www.yakindu.org/sct/statechart/SGen" nsPrefix="sgen">
-  <eClassifiers xsi:type="ecore:EClass" name="GeneratorModel">
-    <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//GeneratorConfiguration"
-        containment="true"/>
-    <eStructuralFeatures xsi:type="ecore:EReference" name="statechartReferences" eType="#//StatechartReferences"
-        containment="true"/>
-  </eClassifiers>
-  <eClassifiers xsi:type="ecore:EClass" name="Configuration"/>
-  <eClassifiers xsi:type="ecore:EClass" name="OutletConfiguration" eSuperTypes="#//Configuration">
-    <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
-    <eStructuralFeatures xsi:type="ecore:EAttribute" name="override" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
-  </eClassifiers>
-  <eClassifiers xsi:type="ecore:EClass" name="GeneratorConfiguration">
-    <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1"
-        eType="#//Configuration" containment="true"/>
-  </eClassifiers>
-  <eClassifiers xsi:type="ecore:EClass" name="StatechartReferences">
-    <eStructuralFeatures xsi:type="ecore:EReference" name="statecharts" upperBound="-1"
-        eType="ecore:EClass ../../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Statechart"/>
-  </eClassifiers>
-</ecore:EPackage>

+ 0 - 26
plugins/org.yakindu.sct.model.sgen/model/emf/sgen.genmodel

@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<genmodel:GenModel xmi:version="2.0"
-    xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
-    xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="/org.yakindu.sct.model.sgen/src"
-    modelPluginID="org.yakindu.sct.model.sgen" modelName="Sgen" importerID="org.eclipse.emf.importer.ecore"
-    complianceLevel="5.0" copyrightFields="false" usedGenPackages="../../../org.yakindu.sct.model.sgraph/model/emf/sgraph.genmodel#//sgraph">
-  <foreignModel>sgen.ecore</foreignModel>
-  <genPackages prefix="SGen" basePackage="org.yakindu.sct.model" disposableProviderFactory="true"
-      ecorePackage="sgen.ecore#/">
-    <genClasses ecoreClass="sgen.ecore#//GeneratorModel">
-      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgen.ecore#//GeneratorModel/configuration"/>
-      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgen.ecore#//GeneratorModel/statechartReferences"/>
-    </genClasses>
-    <genClasses ecoreClass="sgen.ecore#//Configuration"/>
-    <genClasses ecoreClass="sgen.ecore#//OutletConfiguration">
-      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgen.ecore#//OutletConfiguration/path"/>
-      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgen.ecore#//OutletConfiguration/override"/>
-    </genClasses>
-    <genClasses ecoreClass="sgen.ecore#//GeneratorConfiguration">
-      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgen.ecore#//GeneratorConfiguration/configurations"/>
-    </genClasses>
-    <genClasses ecoreClass="sgen.ecore#//StatechartReferences">
-      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sgen.ecore#//StatechartReferences/statecharts"/>
-    </genClasses>
-  </genPackages>
-</genmodel:GenModel>

+ 0 - 8
plugins/org.yakindu.sct.model.sgen/plugin.properties

@@ -1,8 +0,0 @@
-
-# <copyright>
-# </copyright>
-#
-# $Id$
-
-pluginName = Sgen Model
-providerName = www.example.org

+ 0 - 20
plugins/org.yakindu.sct.model.sgen/plugin.xml

@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-
-<!--
- <copyright>
- </copyright>
-
- $Id$
--->
-
-<plugin>
-
-   <extension point="org.eclipse.emf.ecore.generated_package">
-      <package
-            uri="http://www.yakindu.org/sct/statechart/SGen"
-            class="sgen.SgenPackage"
-            genModel="model/Sgen.genmodel"/>
-   </extension>
-
-</plugin>

+ 0 - 22
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/Configuration.java

@@ -1,22 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Configuration</b></em>'.
- * <!-- end-user-doc -->
- *
- *
- * @see org.yakindu.sct.model.sgen.SGenPackage#getConfiguration()
- * @model
- * @generated
- */
-public interface Configuration extends EObject {
-} // Configuration

+ 0 - 46
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/GeneratorConfiguration.java

@@ -1,46 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Generator Configuration</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.sgen.GeneratorConfiguration#getConfigurations <em>Configurations</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.yakindu.sct.model.sgen.SGenPackage#getGeneratorConfiguration()
- * @model
- * @generated
- */
-public interface GeneratorConfiguration extends EObject {
-	/**
-	 * Returns the value of the '<em><b>Configurations</b></em>' containment reference list.
-	 * The list contents are of type {@link org.yakindu.sct.model.sgen.Configuration}.
-	 * <!-- begin-user-doc -->
-	 * <p>
-	 * If the meaning of the '<em>Configurations</em>' containment reference list isn't clear,
-	 * there really should be more of a description here...
-	 * </p>
-	 * <!-- end-user-doc -->
-	 * @return the value of the '<em>Configurations</em>' containment reference list.
-	 * @see org.yakindu.sct.model.sgen.SGenPackage#getGeneratorConfiguration_Configurations()
-	 * @model containment="true"
-	 * @generated
-	 */
-	EList<Configuration> getConfigurations();
-
-} // GeneratorConfiguration

+ 0 - 81
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/GeneratorModel.java

@@ -1,81 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Generator Model</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.sgen.GeneratorModel#getConfiguration <em>Configuration</em>}</li>
- *   <li>{@link org.yakindu.sct.model.sgen.GeneratorModel#getStatechartReferences <em>Statechart References</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.yakindu.sct.model.sgen.SGenPackage#getGeneratorModel()
- * @model
- * @generated
- */
-public interface GeneratorModel extends EObject {
-	/**
-	 * Returns the value of the '<em><b>Configuration</b></em>' containment reference.
-	 * <!-- begin-user-doc -->
-	 * <p>
-	 * If the meaning of the '<em>Configuration</em>' containment reference isn't clear,
-	 * there really should be more of a description here...
-	 * </p>
-	 * <!-- end-user-doc -->
-	 * @return the value of the '<em>Configuration</em>' containment reference.
-	 * @see #setConfiguration(GeneratorConfiguration)
-	 * @see org.yakindu.sct.model.sgen.SGenPackage#getGeneratorModel_Configuration()
-	 * @model containment="true"
-	 * @generated
-	 */
-	GeneratorConfiguration getConfiguration();
-
-	/**
-	 * Sets the value of the '{@link org.yakindu.sct.model.sgen.GeneratorModel#getConfiguration <em>Configuration</em>}' containment reference.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @param value the new value of the '<em>Configuration</em>' containment reference.
-	 * @see #getConfiguration()
-	 * @generated
-	 */
-	void setConfiguration(GeneratorConfiguration value);
-
-	/**
-	 * Returns the value of the '<em><b>Statechart References</b></em>' containment reference.
-	 * <!-- begin-user-doc -->
-	 * <p>
-	 * If the meaning of the '<em>Statechart References</em>' containment reference isn't clear,
-	 * there really should be more of a description here...
-	 * </p>
-	 * <!-- end-user-doc -->
-	 * @return the value of the '<em>Statechart References</em>' containment reference.
-	 * @see #setStatechartReferences(StatechartReferences)
-	 * @see org.yakindu.sct.model.sgen.SGenPackage#getGeneratorModel_StatechartReferences()
-	 * @model containment="true"
-	 * @generated
-	 */
-	StatechartReferences getStatechartReferences();
-
-	/**
-	 * Sets the value of the '{@link org.yakindu.sct.model.sgen.GeneratorModel#getStatechartReferences <em>Statechart References</em>}' containment reference.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @param value the new value of the '<em>Statechart References</em>' containment reference.
-	 * @see #getStatechartReferences()
-	 * @generated
-	 */
-	void setStatechartReferences(StatechartReferences value);
-
-} // GeneratorModel

+ 0 - 80
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/OutletConfiguration.java

@@ -1,80 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen;
-
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Outlet Configuration</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.sgen.OutletConfiguration#getPath <em>Path</em>}</li>
- *   <li>{@link org.yakindu.sct.model.sgen.OutletConfiguration#isOverride <em>Override</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.yakindu.sct.model.sgen.SGenPackage#getOutletConfiguration()
- * @model
- * @generated
- */
-public interface OutletConfiguration extends Configuration {
-	/**
-	 * Returns the value of the '<em><b>Path</b></em>' attribute.
-	 * <!-- begin-user-doc -->
-	 * <p>
-	 * If the meaning of the '<em>Path</em>' attribute isn't clear,
-	 * there really should be more of a description here...
-	 * </p>
-	 * <!-- end-user-doc -->
-	 * @return the value of the '<em>Path</em>' attribute.
-	 * @see #setPath(String)
-	 * @see org.yakindu.sct.model.sgen.SGenPackage#getOutletConfiguration_Path()
-	 * @model
-	 * @generated
-	 */
-	String getPath();
-
-	/**
-	 * Sets the value of the '{@link org.yakindu.sct.model.sgen.OutletConfiguration#getPath <em>Path</em>}' attribute.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @param value the new value of the '<em>Path</em>' attribute.
-	 * @see #getPath()
-	 * @generated
-	 */
-	void setPath(String value);
-
-	/**
-	 * Returns the value of the '<em><b>Override</b></em>' attribute.
-	 * <!-- begin-user-doc -->
-	 * <p>
-	 * If the meaning of the '<em>Override</em>' attribute isn't clear,
-	 * there really should be more of a description here...
-	 * </p>
-	 * <!-- end-user-doc -->
-	 * @return the value of the '<em>Override</em>' attribute.
-	 * @see #setOverride(boolean)
-	 * @see org.yakindu.sct.model.sgen.SGenPackage#getOutletConfiguration_Override()
-	 * @model
-	 * @generated
-	 */
-	boolean isOverride();
-
-	/**
-	 * Sets the value of the '{@link org.yakindu.sct.model.sgen.OutletConfiguration#isOverride <em>Override</em>}' attribute.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @param value the new value of the '<em>Override</em>' attribute.
-	 * @see #isOverride()
-	 * @generated
-	 */
-	void setOverride(boolean value);
-
-} // OutletConfiguration

+ 0 - 82
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/SGenFactory.java

@@ -1,82 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen;
-
-import org.eclipse.emf.ecore.EFactory;
-
-/**
- * <!-- begin-user-doc -->
- * The <b>Factory</b> for the model.
- * It provides a create method for each non-abstract class of the model.
- * <!-- end-user-doc -->
- * @see org.yakindu.sct.model.sgen.SGenPackage
- * @generated
- */
-public interface SGenFactory extends EFactory {
-	/**
-	 * The singleton instance of the factory.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	SGenFactory eINSTANCE = org.yakindu.sct.model.sgen.impl.SGenFactoryImpl.init();
-
-	/**
-	 * Returns a new object of class '<em>Generator Model</em>'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return a new object of class '<em>Generator Model</em>'.
-	 * @generated
-	 */
-	GeneratorModel createGeneratorModel();
-
-	/**
-	 * Returns a new object of class '<em>Configuration</em>'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return a new object of class '<em>Configuration</em>'.
-	 * @generated
-	 */
-	Configuration createConfiguration();
-
-	/**
-	 * Returns a new object of class '<em>Outlet Configuration</em>'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return a new object of class '<em>Outlet Configuration</em>'.
-	 * @generated
-	 */
-	OutletConfiguration createOutletConfiguration();
-
-	/**
-	 * Returns a new object of class '<em>Generator Configuration</em>'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return a new object of class '<em>Generator Configuration</em>'.
-	 * @generated
-	 */
-	GeneratorConfiguration createGeneratorConfiguration();
-
-	/**
-	 * Returns a new object of class '<em>Statechart References</em>'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return a new object of class '<em>Statechart References</em>'.
-	 * @generated
-	 */
-	StatechartReferences createStatechartReferences();
-
-	/**
-	 * Returns the package supported by this factory.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the package supported by this factory.
-	 * @generated
-	 */
-	SGenPackage getSGenPackage();
-
-} //SGenFactory

+ 0 - 450
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/SGenPackage.java

@@ -1,450 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen;
-
-import org.eclipse.emf.ecore.EAttribute;
-import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.EPackage;
-import org.eclipse.emf.ecore.EReference;
-
-/**
- * <!-- begin-user-doc -->
- * The <b>Package</b> for the model.
- * It contains accessors for the meta objects to represent
- * <ul>
- *   <li>each class,</li>
- *   <li>each feature of each class,</li>
- *   <li>each enum,</li>
- *   <li>and each data type</li>
- * </ul>
- * <!-- end-user-doc -->
- * @see org.yakindu.sct.model.sgen.SGenFactory
- * @model kind="package"
- * @generated
- */
-public interface SGenPackage extends EPackage {
-	/**
-	 * The package name.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	String eNAME = "sgen";
-
-	/**
-	 * The package namespace URI.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	String eNS_URI = "http://www.yakindu.org/sct/statechart/SGen";
-
-	/**
-	 * The package namespace name.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	String eNS_PREFIX = "sgen";
-
-	/**
-	 * The singleton instance of the package.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	SGenPackage eINSTANCE = org.yakindu.sct.model.sgen.impl.SGenPackageImpl.init();
-
-	/**
-	 * The meta object id for the '{@link org.yakindu.sct.model.sgen.impl.GeneratorModelImpl <em>Generator Model</em>}' class.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see org.yakindu.sct.model.sgen.impl.GeneratorModelImpl
-	 * @see org.yakindu.sct.model.sgen.impl.SGenPackageImpl#getGeneratorModel()
-	 * @generated
-	 */
-	int GENERATOR_MODEL = 0;
-
-	/**
-	 * The feature id for the '<em><b>Configuration</b></em>' containment reference.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int GENERATOR_MODEL__CONFIGURATION = 0;
-
-	/**
-	 * The feature id for the '<em><b>Statechart References</b></em>' containment reference.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int GENERATOR_MODEL__STATECHART_REFERENCES = 1;
-
-	/**
-	 * The number of structural features of the '<em>Generator Model</em>' class.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int GENERATOR_MODEL_FEATURE_COUNT = 2;
-
-	/**
-	 * The meta object id for the '{@link org.yakindu.sct.model.sgen.impl.ConfigurationImpl <em>Configuration</em>}' class.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see org.yakindu.sct.model.sgen.impl.ConfigurationImpl
-	 * @see org.yakindu.sct.model.sgen.impl.SGenPackageImpl#getConfiguration()
-	 * @generated
-	 */
-	int CONFIGURATION = 1;
-
-	/**
-	 * The number of structural features of the '<em>Configuration</em>' class.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int CONFIGURATION_FEATURE_COUNT = 0;
-
-	/**
-	 * The meta object id for the '{@link org.yakindu.sct.model.sgen.impl.OutletConfigurationImpl <em>Outlet Configuration</em>}' class.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see org.yakindu.sct.model.sgen.impl.OutletConfigurationImpl
-	 * @see org.yakindu.sct.model.sgen.impl.SGenPackageImpl#getOutletConfiguration()
-	 * @generated
-	 */
-	int OUTLET_CONFIGURATION = 2;
-
-	/**
-	 * The feature id for the '<em><b>Path</b></em>' attribute.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int OUTLET_CONFIGURATION__PATH = CONFIGURATION_FEATURE_COUNT + 0;
-
-	/**
-	 * The feature id for the '<em><b>Override</b></em>' attribute.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int OUTLET_CONFIGURATION__OVERRIDE = CONFIGURATION_FEATURE_COUNT + 1;
-
-	/**
-	 * The number of structural features of the '<em>Outlet Configuration</em>' class.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int OUTLET_CONFIGURATION_FEATURE_COUNT = CONFIGURATION_FEATURE_COUNT + 2;
-
-	/**
-	 * The meta object id for the '{@link org.yakindu.sct.model.sgen.impl.GeneratorConfigurationImpl <em>Generator Configuration</em>}' class.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see org.yakindu.sct.model.sgen.impl.GeneratorConfigurationImpl
-	 * @see org.yakindu.sct.model.sgen.impl.SGenPackageImpl#getGeneratorConfiguration()
-	 * @generated
-	 */
-	int GENERATOR_CONFIGURATION = 3;
-
-	/**
-	 * The feature id for the '<em><b>Configurations</b></em>' containment reference list.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int GENERATOR_CONFIGURATION__CONFIGURATIONS = 0;
-
-	/**
-	 * The number of structural features of the '<em>Generator Configuration</em>' class.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int GENERATOR_CONFIGURATION_FEATURE_COUNT = 1;
-
-	/**
-	 * The meta object id for the '{@link org.yakindu.sct.model.sgen.impl.StatechartReferencesImpl <em>Statechart References</em>}' class.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see org.yakindu.sct.model.sgen.impl.StatechartReferencesImpl
-	 * @see org.yakindu.sct.model.sgen.impl.SGenPackageImpl#getStatechartReferences()
-	 * @generated
-	 */
-	int STATECHART_REFERENCES = 4;
-
-	/**
-	 * The feature id for the '<em><b>Statecharts</b></em>' reference list.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int STATECHART_REFERENCES__STATECHARTS = 0;
-
-	/**
-	 * The number of structural features of the '<em>Statechart References</em>' class.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 * @ordered
-	 */
-	int STATECHART_REFERENCES_FEATURE_COUNT = 1;
-
-
-	/**
-	 * Returns the meta object for class '{@link org.yakindu.sct.model.sgen.GeneratorModel <em>Generator Model</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for class '<em>Generator Model</em>'.
-	 * @see org.yakindu.sct.model.sgen.GeneratorModel
-	 * @generated
-	 */
-	EClass getGeneratorModel();
-
-	/**
-	 * Returns the meta object for the containment reference '{@link org.yakindu.sct.model.sgen.GeneratorModel#getConfiguration <em>Configuration</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for the containment reference '<em>Configuration</em>'.
-	 * @see org.yakindu.sct.model.sgen.GeneratorModel#getConfiguration()
-	 * @see #getGeneratorModel()
-	 * @generated
-	 */
-	EReference getGeneratorModel_Configuration();
-
-	/**
-	 * Returns the meta object for the containment reference '{@link org.yakindu.sct.model.sgen.GeneratorModel#getStatechartReferences <em>Statechart References</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for the containment reference '<em>Statechart References</em>'.
-	 * @see org.yakindu.sct.model.sgen.GeneratorModel#getStatechartReferences()
-	 * @see #getGeneratorModel()
-	 * @generated
-	 */
-	EReference getGeneratorModel_StatechartReferences();
-
-	/**
-	 * Returns the meta object for class '{@link org.yakindu.sct.model.sgen.Configuration <em>Configuration</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for class '<em>Configuration</em>'.
-	 * @see org.yakindu.sct.model.sgen.Configuration
-	 * @generated
-	 */
-	EClass getConfiguration();
-
-	/**
-	 * Returns the meta object for class '{@link org.yakindu.sct.model.sgen.OutletConfiguration <em>Outlet Configuration</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for class '<em>Outlet Configuration</em>'.
-	 * @see org.yakindu.sct.model.sgen.OutletConfiguration
-	 * @generated
-	 */
-	EClass getOutletConfiguration();
-
-	/**
-	 * Returns the meta object for the attribute '{@link org.yakindu.sct.model.sgen.OutletConfiguration#getPath <em>Path</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for the attribute '<em>Path</em>'.
-	 * @see org.yakindu.sct.model.sgen.OutletConfiguration#getPath()
-	 * @see #getOutletConfiguration()
-	 * @generated
-	 */
-	EAttribute getOutletConfiguration_Path();
-
-	/**
-	 * Returns the meta object for the attribute '{@link org.yakindu.sct.model.sgen.OutletConfiguration#isOverride <em>Override</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for the attribute '<em>Override</em>'.
-	 * @see org.yakindu.sct.model.sgen.OutletConfiguration#isOverride()
-	 * @see #getOutletConfiguration()
-	 * @generated
-	 */
-	EAttribute getOutletConfiguration_Override();
-
-	/**
-	 * Returns the meta object for class '{@link org.yakindu.sct.model.sgen.GeneratorConfiguration <em>Generator Configuration</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for class '<em>Generator Configuration</em>'.
-	 * @see org.yakindu.sct.model.sgen.GeneratorConfiguration
-	 * @generated
-	 */
-	EClass getGeneratorConfiguration();
-
-	/**
-	 * Returns the meta object for the containment reference list '{@link org.yakindu.sct.model.sgen.GeneratorConfiguration#getConfigurations <em>Configurations</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for the containment reference list '<em>Configurations</em>'.
-	 * @see org.yakindu.sct.model.sgen.GeneratorConfiguration#getConfigurations()
-	 * @see #getGeneratorConfiguration()
-	 * @generated
-	 */
-	EReference getGeneratorConfiguration_Configurations();
-
-	/**
-	 * Returns the meta object for class '{@link org.yakindu.sct.model.sgen.StatechartReferences <em>Statechart References</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for class '<em>Statechart References</em>'.
-	 * @see org.yakindu.sct.model.sgen.StatechartReferences
-	 * @generated
-	 */
-	EClass getStatechartReferences();
-
-	/**
-	 * Returns the meta object for the reference list '{@link org.yakindu.sct.model.sgen.StatechartReferences#getStatecharts <em>Statecharts</em>}'.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the meta object for the reference list '<em>Statecharts</em>'.
-	 * @see org.yakindu.sct.model.sgen.StatechartReferences#getStatecharts()
-	 * @see #getStatechartReferences()
-	 * @generated
-	 */
-	EReference getStatechartReferences_Statecharts();
-
-	/**
-	 * Returns the factory that creates the instances of the model.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the factory that creates the instances of the model.
-	 * @generated
-	 */
-	SGenFactory getSGenFactory();
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * Defines literals for the meta objects that represent
-	 * <ul>
-	 *   <li>each class,</li>
-	 *   <li>each feature of each class,</li>
-	 *   <li>each enum,</li>
-	 *   <li>and each data type</li>
-	 * </ul>
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	interface Literals {
-		/**
-		 * The meta object literal for the '{@link org.yakindu.sct.model.sgen.impl.GeneratorModelImpl <em>Generator Model</em>}' class.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @see org.yakindu.sct.model.sgen.impl.GeneratorModelImpl
-		 * @see org.yakindu.sct.model.sgen.impl.SGenPackageImpl#getGeneratorModel()
-		 * @generated
-		 */
-		EClass GENERATOR_MODEL = eINSTANCE.getGeneratorModel();
-
-		/**
-		 * The meta object literal for the '<em><b>Configuration</b></em>' containment reference feature.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @generated
-		 */
-		EReference GENERATOR_MODEL__CONFIGURATION = eINSTANCE.getGeneratorModel_Configuration();
-
-		/**
-		 * The meta object literal for the '<em><b>Statechart References</b></em>' containment reference feature.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @generated
-		 */
-		EReference GENERATOR_MODEL__STATECHART_REFERENCES = eINSTANCE.getGeneratorModel_StatechartReferences();
-
-		/**
-		 * The meta object literal for the '{@link org.yakindu.sct.model.sgen.impl.ConfigurationImpl <em>Configuration</em>}' class.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @see org.yakindu.sct.model.sgen.impl.ConfigurationImpl
-		 * @see org.yakindu.sct.model.sgen.impl.SGenPackageImpl#getConfiguration()
-		 * @generated
-		 */
-		EClass CONFIGURATION = eINSTANCE.getConfiguration();
-
-		/**
-		 * The meta object literal for the '{@link org.yakindu.sct.model.sgen.impl.OutletConfigurationImpl <em>Outlet Configuration</em>}' class.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @see org.yakindu.sct.model.sgen.impl.OutletConfigurationImpl
-		 * @see org.yakindu.sct.model.sgen.impl.SGenPackageImpl#getOutletConfiguration()
-		 * @generated
-		 */
-		EClass OUTLET_CONFIGURATION = eINSTANCE.getOutletConfiguration();
-
-		/**
-		 * The meta object literal for the '<em><b>Path</b></em>' attribute feature.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @generated
-		 */
-		EAttribute OUTLET_CONFIGURATION__PATH = eINSTANCE.getOutletConfiguration_Path();
-
-		/**
-		 * The meta object literal for the '<em><b>Override</b></em>' attribute feature.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @generated
-		 */
-		EAttribute OUTLET_CONFIGURATION__OVERRIDE = eINSTANCE.getOutletConfiguration_Override();
-
-		/**
-		 * The meta object literal for the '{@link org.yakindu.sct.model.sgen.impl.GeneratorConfigurationImpl <em>Generator Configuration</em>}' class.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @see org.yakindu.sct.model.sgen.impl.GeneratorConfigurationImpl
-		 * @see org.yakindu.sct.model.sgen.impl.SGenPackageImpl#getGeneratorConfiguration()
-		 * @generated
-		 */
-		EClass GENERATOR_CONFIGURATION = eINSTANCE.getGeneratorConfiguration();
-
-		/**
-		 * The meta object literal for the '<em><b>Configurations</b></em>' containment reference list feature.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @generated
-		 */
-		EReference GENERATOR_CONFIGURATION__CONFIGURATIONS = eINSTANCE.getGeneratorConfiguration_Configurations();
-
-		/**
-		 * The meta object literal for the '{@link org.yakindu.sct.model.sgen.impl.StatechartReferencesImpl <em>Statechart References</em>}' class.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @see org.yakindu.sct.model.sgen.impl.StatechartReferencesImpl
-		 * @see org.yakindu.sct.model.sgen.impl.SGenPackageImpl#getStatechartReferences()
-		 * @generated
-		 */
-		EClass STATECHART_REFERENCES = eINSTANCE.getStatechartReferences();
-
-		/**
-		 * The meta object literal for the '<em><b>Statecharts</b></em>' reference list feature.
-		 * <!-- begin-user-doc -->
-		 * <!-- end-user-doc -->
-		 * @generated
-		 */
-		EReference STATECHART_REFERENCES__STATECHARTS = eINSTANCE.getStatechartReferences_Statecharts();
-
-	}
-
-} //SGenPackage

+ 0 - 48
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/StatechartReferences.java

@@ -1,48 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EObject;
-
-import org.yakindu.sct.model.sgraph.Statechart;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Statechart References</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.sgen.StatechartReferences#getStatecharts <em>Statecharts</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.yakindu.sct.model.sgen.SGenPackage#getStatechartReferences()
- * @model
- * @generated
- */
-public interface StatechartReferences extends EObject {
-	/**
-	 * Returns the value of the '<em><b>Statecharts</b></em>' reference list.
-	 * The list contents are of type {@link org.yakindu.sct.model.sgraph.Statechart}.
-	 * <!-- begin-user-doc -->
-	 * <p>
-	 * If the meaning of the '<em>Statecharts</em>' reference list isn't clear,
-	 * there really should be more of a description here...
-	 * </p>
-	 * <!-- end-user-doc -->
-	 * @return the value of the '<em>Statecharts</em>' reference list.
-	 * @see org.yakindu.sct.model.sgen.SGenPackage#getStatechartReferences_Statecharts()
-	 * @model
-	 * @generated
-	 */
-	EList<Statechart> getStatecharts();
-
-} // StatechartReferences

+ 0 - 45
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/ConfigurationImpl.java

@@ -1,45 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen.impl;
-
-import org.eclipse.emf.ecore.EClass;
-
-import org.eclipse.emf.ecore.impl.EObjectImpl;
-
-import org.yakindu.sct.model.sgen.Configuration;
-import org.yakindu.sct.model.sgen.SGenPackage;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Configuration</b></em>'.
- * <!-- end-user-doc -->
- * <p>
- * </p>
- *
- * @generated
- */
-public class ConfigurationImpl extends EObjectImpl implements Configuration {
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	protected ConfigurationImpl() {
-		super();
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	protected EClass eStaticClass() {
-		return SGenPackage.Literals.CONFIGURATION;
-	}
-
-} //ConfigurationImpl

+ 0 - 156
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/GeneratorConfigurationImpl.java

@@ -1,156 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen.impl;
-
-import java.util.Collection;
-
-import org.eclipse.emf.common.notify.NotificationChain;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.InternalEObject;
-
-import org.eclipse.emf.ecore.impl.EObjectImpl;
-
-import org.eclipse.emf.ecore.util.EObjectContainmentEList;
-import org.eclipse.emf.ecore.util.InternalEList;
-
-import org.yakindu.sct.model.sgen.Configuration;
-import org.yakindu.sct.model.sgen.GeneratorConfiguration;
-import org.yakindu.sct.model.sgen.SGenPackage;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Generator Configuration</b></em>'.
- * <!-- end-user-doc -->
- * <p>
- * The following features are implemented:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.sgen.impl.GeneratorConfigurationImpl#getConfigurations <em>Configurations</em>}</li>
- * </ul>
- * </p>
- *
- * @generated
- */
-public class GeneratorConfigurationImpl extends EObjectImpl implements GeneratorConfiguration {
-	/**
-	 * The cached value of the '{@link #getConfigurations() <em>Configurations</em>}' containment reference list.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see #getConfigurations()
-	 * @generated
-	 * @ordered
-	 */
-	protected EList<Configuration> configurations;
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	protected GeneratorConfigurationImpl() {
-		super();
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	protected EClass eStaticClass() {
-		return SGenPackage.Literals.GENERATOR_CONFIGURATION;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EList<Configuration> getConfigurations() {
-		if (configurations == null) {
-			configurations = new EObjectContainmentEList<Configuration>(Configuration.class, this, SGenPackage.GENERATOR_CONFIGURATION__CONFIGURATIONS);
-		}
-		return configurations;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
-		switch (featureID) {
-			case SGenPackage.GENERATOR_CONFIGURATION__CONFIGURATIONS:
-				return ((InternalEList<?>)getConfigurations()).basicRemove(otherEnd, msgs);
-		}
-		return super.eInverseRemove(otherEnd, featureID, msgs);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public Object eGet(int featureID, boolean resolve, boolean coreType) {
-		switch (featureID) {
-			case SGenPackage.GENERATOR_CONFIGURATION__CONFIGURATIONS:
-				return getConfigurations();
-		}
-		return super.eGet(featureID, resolve, coreType);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@SuppressWarnings("unchecked")
-	@Override
-	public void eSet(int featureID, Object newValue) {
-		switch (featureID) {
-			case SGenPackage.GENERATOR_CONFIGURATION__CONFIGURATIONS:
-				getConfigurations().clear();
-				getConfigurations().addAll((Collection<? extends Configuration>)newValue);
-				return;
-		}
-		super.eSet(featureID, newValue);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public void eUnset(int featureID) {
-		switch (featureID) {
-			case SGenPackage.GENERATOR_CONFIGURATION__CONFIGURATIONS:
-				getConfigurations().clear();
-				return;
-		}
-		super.eUnset(featureID);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public boolean eIsSet(int featureID) {
-		switch (featureID) {
-			case SGenPackage.GENERATOR_CONFIGURATION__CONFIGURATIONS:
-				return configurations != null && !configurations.isEmpty();
-		}
-		return super.eIsSet(featureID);
-	}
-
-} //GeneratorConfigurationImpl

+ 0 - 247
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/GeneratorModelImpl.java

@@ -1,247 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen.impl;
-
-import org.eclipse.emf.common.notify.Notification;
-import org.eclipse.emf.common.notify.NotificationChain;
-
-import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.InternalEObject;
-
-import org.eclipse.emf.ecore.impl.ENotificationImpl;
-import org.eclipse.emf.ecore.impl.EObjectImpl;
-
-import org.yakindu.sct.model.sgen.GeneratorConfiguration;
-import org.yakindu.sct.model.sgen.GeneratorModel;
-import org.yakindu.sct.model.sgen.SGenPackage;
-import org.yakindu.sct.model.sgen.StatechartReferences;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Generator Model</b></em>'.
- * <!-- end-user-doc -->
- * <p>
- * The following features are implemented:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.sgen.impl.GeneratorModelImpl#getConfiguration <em>Configuration</em>}</li>
- *   <li>{@link org.yakindu.sct.model.sgen.impl.GeneratorModelImpl#getStatechartReferences <em>Statechart References</em>}</li>
- * </ul>
- * </p>
- *
- * @generated
- */
-public class GeneratorModelImpl extends EObjectImpl implements GeneratorModel {
-	/**
-	 * The cached value of the '{@link #getConfiguration() <em>Configuration</em>}' containment reference.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see #getConfiguration()
-	 * @generated
-	 * @ordered
-	 */
-	protected GeneratorConfiguration configuration;
-
-	/**
-	 * The cached value of the '{@link #getStatechartReferences() <em>Statechart References</em>}' containment reference.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see #getStatechartReferences()
-	 * @generated
-	 * @ordered
-	 */
-	protected StatechartReferences statechartReferences;
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	protected GeneratorModelImpl() {
-		super();
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	protected EClass eStaticClass() {
-		return SGenPackage.Literals.GENERATOR_MODEL;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public GeneratorConfiguration getConfiguration() {
-		return configuration;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public NotificationChain basicSetConfiguration(GeneratorConfiguration newConfiguration, NotificationChain msgs) {
-		GeneratorConfiguration oldConfiguration = configuration;
-		configuration = newConfiguration;
-		if (eNotificationRequired()) {
-			ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, SGenPackage.GENERATOR_MODEL__CONFIGURATION, oldConfiguration, newConfiguration);
-			if (msgs == null) msgs = notification; else msgs.add(notification);
-		}
-		return msgs;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public void setConfiguration(GeneratorConfiguration newConfiguration) {
-		if (newConfiguration != configuration) {
-			NotificationChain msgs = null;
-			if (configuration != null)
-				msgs = ((InternalEObject)configuration).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - SGenPackage.GENERATOR_MODEL__CONFIGURATION, null, msgs);
-			if (newConfiguration != null)
-				msgs = ((InternalEObject)newConfiguration).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - SGenPackage.GENERATOR_MODEL__CONFIGURATION, null, msgs);
-			msgs = basicSetConfiguration(newConfiguration, msgs);
-			if (msgs != null) msgs.dispatch();
-		}
-		else if (eNotificationRequired())
-			eNotify(new ENotificationImpl(this, Notification.SET, SGenPackage.GENERATOR_MODEL__CONFIGURATION, newConfiguration, newConfiguration));
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public StatechartReferences getStatechartReferences() {
-		return statechartReferences;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public NotificationChain basicSetStatechartReferences(StatechartReferences newStatechartReferences, NotificationChain msgs) {
-		StatechartReferences oldStatechartReferences = statechartReferences;
-		statechartReferences = newStatechartReferences;
-		if (eNotificationRequired()) {
-			ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, SGenPackage.GENERATOR_MODEL__STATECHART_REFERENCES, oldStatechartReferences, newStatechartReferences);
-			if (msgs == null) msgs = notification; else msgs.add(notification);
-		}
-		return msgs;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public void setStatechartReferences(StatechartReferences newStatechartReferences) {
-		if (newStatechartReferences != statechartReferences) {
-			NotificationChain msgs = null;
-			if (statechartReferences != null)
-				msgs = ((InternalEObject)statechartReferences).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - SGenPackage.GENERATOR_MODEL__STATECHART_REFERENCES, null, msgs);
-			if (newStatechartReferences != null)
-				msgs = ((InternalEObject)newStatechartReferences).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - SGenPackage.GENERATOR_MODEL__STATECHART_REFERENCES, null, msgs);
-			msgs = basicSetStatechartReferences(newStatechartReferences, msgs);
-			if (msgs != null) msgs.dispatch();
-		}
-		else if (eNotificationRequired())
-			eNotify(new ENotificationImpl(this, Notification.SET, SGenPackage.GENERATOR_MODEL__STATECHART_REFERENCES, newStatechartReferences, newStatechartReferences));
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
-		switch (featureID) {
-			case SGenPackage.GENERATOR_MODEL__CONFIGURATION:
-				return basicSetConfiguration(null, msgs);
-			case SGenPackage.GENERATOR_MODEL__STATECHART_REFERENCES:
-				return basicSetStatechartReferences(null, msgs);
-		}
-		return super.eInverseRemove(otherEnd, featureID, msgs);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public Object eGet(int featureID, boolean resolve, boolean coreType) {
-		switch (featureID) {
-			case SGenPackage.GENERATOR_MODEL__CONFIGURATION:
-				return getConfiguration();
-			case SGenPackage.GENERATOR_MODEL__STATECHART_REFERENCES:
-				return getStatechartReferences();
-		}
-		return super.eGet(featureID, resolve, coreType);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public void eSet(int featureID, Object newValue) {
-		switch (featureID) {
-			case SGenPackage.GENERATOR_MODEL__CONFIGURATION:
-				setConfiguration((GeneratorConfiguration)newValue);
-				return;
-			case SGenPackage.GENERATOR_MODEL__STATECHART_REFERENCES:
-				setStatechartReferences((StatechartReferences)newValue);
-				return;
-		}
-		super.eSet(featureID, newValue);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public void eUnset(int featureID) {
-		switch (featureID) {
-			case SGenPackage.GENERATOR_MODEL__CONFIGURATION:
-				setConfiguration((GeneratorConfiguration)null);
-				return;
-			case SGenPackage.GENERATOR_MODEL__STATECHART_REFERENCES:
-				setStatechartReferences((StatechartReferences)null);
-				return;
-		}
-		super.eUnset(featureID);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public boolean eIsSet(int featureID) {
-		switch (featureID) {
-			case SGenPackage.GENERATOR_MODEL__CONFIGURATION:
-				return configuration != null;
-			case SGenPackage.GENERATOR_MODEL__STATECHART_REFERENCES:
-				return statechartReferences != null;
-		}
-		return super.eIsSet(featureID);
-	}
-
-} //GeneratorModelImpl

+ 0 - 220
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/OutletConfigurationImpl.java

@@ -1,220 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen.impl;
-
-import org.eclipse.emf.common.notify.Notification;
-
-import org.eclipse.emf.ecore.EClass;
-
-import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
-import org.yakindu.sct.model.sgen.OutletConfiguration;
-import org.yakindu.sct.model.sgen.SGenPackage;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Outlet Configuration</b></em>'.
- * <!-- end-user-doc -->
- * <p>
- * The following features are implemented:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.sgen.impl.OutletConfigurationImpl#getPath <em>Path</em>}</li>
- *   <li>{@link org.yakindu.sct.model.sgen.impl.OutletConfigurationImpl#isOverride <em>Override</em>}</li>
- * </ul>
- * </p>
- *
- * @generated
- */
-public class OutletConfigurationImpl extends ConfigurationImpl implements OutletConfiguration {
-	/**
-	 * The default value of the '{@link #getPath() <em>Path</em>}' attribute.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see #getPath()
-	 * @generated
-	 * @ordered
-	 */
-	protected static final String PATH_EDEFAULT = null;
-
-	/**
-	 * The cached value of the '{@link #getPath() <em>Path</em>}' attribute.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see #getPath()
-	 * @generated
-	 * @ordered
-	 */
-	protected String path = PATH_EDEFAULT;
-
-	/**
-	 * The default value of the '{@link #isOverride() <em>Override</em>}' attribute.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see #isOverride()
-	 * @generated
-	 * @ordered
-	 */
-	protected static final boolean OVERRIDE_EDEFAULT = false;
-
-	/**
-	 * The cached value of the '{@link #isOverride() <em>Override</em>}' attribute.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see #isOverride()
-	 * @generated
-	 * @ordered
-	 */
-	protected boolean override = OVERRIDE_EDEFAULT;
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	protected OutletConfigurationImpl() {
-		super();
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	protected EClass eStaticClass() {
-		return SGenPackage.Literals.OUTLET_CONFIGURATION;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public String getPath() {
-		return path;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public void setPath(String newPath) {
-		String oldPath = path;
-		path = newPath;
-		if (eNotificationRequired())
-			eNotify(new ENotificationImpl(this, Notification.SET, SGenPackage.OUTLET_CONFIGURATION__PATH, oldPath, path));
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public boolean isOverride() {
-		return override;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public void setOverride(boolean newOverride) {
-		boolean oldOverride = override;
-		override = newOverride;
-		if (eNotificationRequired())
-			eNotify(new ENotificationImpl(this, Notification.SET, SGenPackage.OUTLET_CONFIGURATION__OVERRIDE, oldOverride, override));
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public Object eGet(int featureID, boolean resolve, boolean coreType) {
-		switch (featureID) {
-			case SGenPackage.OUTLET_CONFIGURATION__PATH:
-				return getPath();
-			case SGenPackage.OUTLET_CONFIGURATION__OVERRIDE:
-				return isOverride();
-		}
-		return super.eGet(featureID, resolve, coreType);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public void eSet(int featureID, Object newValue) {
-		switch (featureID) {
-			case SGenPackage.OUTLET_CONFIGURATION__PATH:
-				setPath((String)newValue);
-				return;
-			case SGenPackage.OUTLET_CONFIGURATION__OVERRIDE:
-				setOverride((Boolean)newValue);
-				return;
-		}
-		super.eSet(featureID, newValue);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public void eUnset(int featureID) {
-		switch (featureID) {
-			case SGenPackage.OUTLET_CONFIGURATION__PATH:
-				setPath(PATH_EDEFAULT);
-				return;
-			case SGenPackage.OUTLET_CONFIGURATION__OVERRIDE:
-				setOverride(OVERRIDE_EDEFAULT);
-				return;
-		}
-		super.eUnset(featureID);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public boolean eIsSet(int featureID) {
-		switch (featureID) {
-			case SGenPackage.OUTLET_CONFIGURATION__PATH:
-				return PATH_EDEFAULT == null ? path != null : !PATH_EDEFAULT.equals(path);
-			case SGenPackage.OUTLET_CONFIGURATION__OVERRIDE:
-				return override != OVERRIDE_EDEFAULT;
-		}
-		return super.eIsSet(featureID);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public String toString() {
-		if (eIsProxy()) return super.toString();
-
-		StringBuffer result = new StringBuffer(super.toString());
-		result.append(" (path: ");
-		result.append(path);
-		result.append(", override: ");
-		result.append(override);
-		result.append(')');
-		return result.toString();
-	}
-
-} //OutletConfigurationImpl

+ 0 - 143
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/SGenFactoryImpl.java

@@ -1,143 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen.impl;
-
-import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.EObject;
-import org.eclipse.emf.ecore.EPackage;
-
-import org.eclipse.emf.ecore.impl.EFactoryImpl;
-
-import org.eclipse.emf.ecore.plugin.EcorePlugin;
-
-import org.yakindu.sct.model.sgen.*;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model <b>Factory</b>.
- * <!-- end-user-doc -->
- * @generated
- */
-public class SGenFactoryImpl extends EFactoryImpl implements SGenFactory {
-	/**
-	 * Creates the default factory implementation.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public static SGenFactory init() {
-		try {
-			SGenFactory theSGenFactory = (SGenFactory)EPackage.Registry.INSTANCE.getEFactory("http://www.yakindu.org/sct/statechart/SGen"); 
-			if (theSGenFactory != null) {
-				return theSGenFactory;
-			}
-		}
-		catch (Exception exception) {
-			EcorePlugin.INSTANCE.log(exception);
-		}
-		return new SGenFactoryImpl();
-	}
-
-	/**
-	 * Creates an instance of the factory.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public SGenFactoryImpl() {
-		super();
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public EObject create(EClass eClass) {
-		switch (eClass.getClassifierID()) {
-			case SGenPackage.GENERATOR_MODEL: return createGeneratorModel();
-			case SGenPackage.CONFIGURATION: return createConfiguration();
-			case SGenPackage.OUTLET_CONFIGURATION: return createOutletConfiguration();
-			case SGenPackage.GENERATOR_CONFIGURATION: return createGeneratorConfiguration();
-			case SGenPackage.STATECHART_REFERENCES: return createStatechartReferences();
-			default:
-				throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier");
-		}
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public GeneratorModel createGeneratorModel() {
-		GeneratorModelImpl generatorModel = new GeneratorModelImpl();
-		return generatorModel;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public Configuration createConfiguration() {
-		ConfigurationImpl configuration = new ConfigurationImpl();
-		return configuration;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public OutletConfiguration createOutletConfiguration() {
-		OutletConfigurationImpl outletConfiguration = new OutletConfigurationImpl();
-		return outletConfiguration;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public GeneratorConfiguration createGeneratorConfiguration() {
-		GeneratorConfigurationImpl generatorConfiguration = new GeneratorConfigurationImpl();
-		return generatorConfiguration;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public StatechartReferences createStatechartReferences() {
-		StatechartReferencesImpl statechartReferences = new StatechartReferencesImpl();
-		return statechartReferences;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public SGenPackage getSGenPackage() {
-		return (SGenPackage)getEPackage();
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @deprecated
-	 * @generated
-	 */
-	@Deprecated
-	public static SGenPackage getPackage() {
-		return SGenPackage.eINSTANCE;
-	}
-
-} //SGenFactoryImpl

+ 0 - 330
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/SGenPackageImpl.java

@@ -1,330 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen.impl;
-
-import org.eclipse.emf.ecore.EAttribute;
-import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.EPackage;
-import org.eclipse.emf.ecore.EReference;
-
-import org.eclipse.emf.ecore.impl.EPackageImpl;
-
-import org.yakindu.sct.model.sgen.Configuration;
-import org.yakindu.sct.model.sgen.GeneratorConfiguration;
-import org.yakindu.sct.model.sgen.GeneratorModel;
-import org.yakindu.sct.model.sgen.OutletConfiguration;
-import org.yakindu.sct.model.sgen.SGenFactory;
-import org.yakindu.sct.model.sgen.SGenPackage;
-import org.yakindu.sct.model.sgen.StatechartReferences;
-
-import org.yakindu.sct.model.sgraph.SGraphPackage;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model <b>Package</b>.
- * <!-- end-user-doc -->
- * @generated
- */
-public class SGenPackageImpl extends EPackageImpl implements SGenPackage {
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	private EClass generatorModelEClass = null;
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	private EClass configurationEClass = null;
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	private EClass outletConfigurationEClass = null;
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	private EClass generatorConfigurationEClass = null;
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	private EClass statechartReferencesEClass = null;
-
-	/**
-	 * Creates an instance of the model <b>Package</b>, registered with
-	 * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package
-	 * package URI value.
-	 * <p>Note: the correct way to create the package is via the static
-	 * factory method {@link #init init()}, which also performs
-	 * initialization of the package, or returns the registered package,
-	 * if one already exists.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see org.eclipse.emf.ecore.EPackage.Registry
-	 * @see org.yakindu.sct.model.sgen.SGenPackage#eNS_URI
-	 * @see #init()
-	 * @generated
-	 */
-	private SGenPackageImpl() {
-		super(eNS_URI, SGenFactory.eINSTANCE);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	private static boolean isInited = false;
-
-	/**
-	 * Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.
-	 * 
-	 * <p>This method is used to initialize {@link SGenPackage#eINSTANCE} when that field is accessed.
-	 * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see #eNS_URI
-	 * @see #createPackageContents()
-	 * @see #initializePackageContents()
-	 * @generated
-	 */
-	public static SGenPackage init() {
-		if (isInited) return (SGenPackage)EPackage.Registry.INSTANCE.getEPackage(SGenPackage.eNS_URI);
-
-		// Obtain or create and register package
-		SGenPackageImpl theSGenPackage = (SGenPackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof SGenPackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new SGenPackageImpl());
-
-		isInited = true;
-
-		// Initialize simple dependencies
-		SGraphPackage.eINSTANCE.eClass();
-
-		// Create package meta-data objects
-		theSGenPackage.createPackageContents();
-
-		// Initialize created meta-data
-		theSGenPackage.initializePackageContents();
-
-		// Mark meta-data to indicate it can't be changed
-		theSGenPackage.freeze();
-
-  
-		// Update the registry and return the package
-		EPackage.Registry.INSTANCE.put(SGenPackage.eNS_URI, theSGenPackage);
-		return theSGenPackage;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EClass getGeneratorModel() {
-		return generatorModelEClass;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EReference getGeneratorModel_Configuration() {
-		return (EReference)generatorModelEClass.getEStructuralFeatures().get(0);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EReference getGeneratorModel_StatechartReferences() {
-		return (EReference)generatorModelEClass.getEStructuralFeatures().get(1);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EClass getConfiguration() {
-		return configurationEClass;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EClass getOutletConfiguration() {
-		return outletConfigurationEClass;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EAttribute getOutletConfiguration_Path() {
-		return (EAttribute)outletConfigurationEClass.getEStructuralFeatures().get(0);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EAttribute getOutletConfiguration_Override() {
-		return (EAttribute)outletConfigurationEClass.getEStructuralFeatures().get(1);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EClass getGeneratorConfiguration() {
-		return generatorConfigurationEClass;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EReference getGeneratorConfiguration_Configurations() {
-		return (EReference)generatorConfigurationEClass.getEStructuralFeatures().get(0);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EClass getStatechartReferences() {
-		return statechartReferencesEClass;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EReference getStatechartReferences_Statecharts() {
-		return (EReference)statechartReferencesEClass.getEStructuralFeatures().get(0);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public SGenFactory getSGenFactory() {
-		return (SGenFactory)getEFactoryInstance();
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	private boolean isCreated = false;
-
-	/**
-	 * Creates the meta-model objects for the package.  This method is
-	 * guarded to have no affect on any invocation but its first.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public void createPackageContents() {
-		if (isCreated) return;
-		isCreated = true;
-
-		// Create classes and their features
-		generatorModelEClass = createEClass(GENERATOR_MODEL);
-		createEReference(generatorModelEClass, GENERATOR_MODEL__CONFIGURATION);
-		createEReference(generatorModelEClass, GENERATOR_MODEL__STATECHART_REFERENCES);
-
-		configurationEClass = createEClass(CONFIGURATION);
-
-		outletConfigurationEClass = createEClass(OUTLET_CONFIGURATION);
-		createEAttribute(outletConfigurationEClass, OUTLET_CONFIGURATION__PATH);
-		createEAttribute(outletConfigurationEClass, OUTLET_CONFIGURATION__OVERRIDE);
-
-		generatorConfigurationEClass = createEClass(GENERATOR_CONFIGURATION);
-		createEReference(generatorConfigurationEClass, GENERATOR_CONFIGURATION__CONFIGURATIONS);
-
-		statechartReferencesEClass = createEClass(STATECHART_REFERENCES);
-		createEReference(statechartReferencesEClass, STATECHART_REFERENCES__STATECHARTS);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	private boolean isInitialized = false;
-
-	/**
-	 * Complete the initialization of the package and its meta-model.  This
-	 * method is guarded to have no affect on any invocation but its first.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public void initializePackageContents() {
-		if (isInitialized) return;
-		isInitialized = true;
-
-		// Initialize package
-		setName(eNAME);
-		setNsPrefix(eNS_PREFIX);
-		setNsURI(eNS_URI);
-
-		// Obtain other dependent packages
-		SGraphPackage theSGraphPackage = (SGraphPackage)EPackage.Registry.INSTANCE.getEPackage(SGraphPackage.eNS_URI);
-
-		// Create type parameters
-
-		// Set bounds for type parameters
-
-		// Add supertypes to classes
-		outletConfigurationEClass.getESuperTypes().add(this.getConfiguration());
-
-		// Initialize classes and features; add operations and parameters
-		initEClass(generatorModelEClass, GeneratorModel.class, "GeneratorModel", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
-		initEReference(getGeneratorModel_Configuration(), this.getGeneratorConfiguration(), null, "configuration", null, 0, 1, GeneratorModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
-		initEReference(getGeneratorModel_StatechartReferences(), this.getStatechartReferences(), null, "statechartReferences", null, 0, 1, GeneratorModel.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
-
-		initEClass(configurationEClass, Configuration.class, "Configuration", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
-
-		initEClass(outletConfigurationEClass, OutletConfiguration.class, "OutletConfiguration", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
-		initEAttribute(getOutletConfiguration_Path(), ecorePackage.getEString(), "path", null, 0, 1, OutletConfiguration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
-		initEAttribute(getOutletConfiguration_Override(), ecorePackage.getEBoolean(), "override", null, 0, 1, OutletConfiguration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
-
-		initEClass(generatorConfigurationEClass, GeneratorConfiguration.class, "GeneratorConfiguration", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
-		initEReference(getGeneratorConfiguration_Configurations(), this.getConfiguration(), null, "configurations", null, 0, -1, GeneratorConfiguration.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
-
-		initEClass(statechartReferencesEClass, StatechartReferences.class, "StatechartReferences", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
-		initEReference(getStatechartReferences_Statecharts(), theSGraphPackage.getStatechart(), null, "statecharts", null, 0, -1, StatechartReferences.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
-
-		// Create resource
-		createResource(eNS_URI);
-	}
-
-} //SGenPackageImpl

+ 0 - 139
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/impl/StatechartReferencesImpl.java

@@ -1,139 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen.impl;
-
-import java.util.Collection;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EClass;
-
-import org.eclipse.emf.ecore.impl.EObjectImpl;
-
-import org.eclipse.emf.ecore.util.EObjectResolvingEList;
-
-import org.yakindu.sct.model.sgen.SGenPackage;
-import org.yakindu.sct.model.sgen.StatechartReferences;
-
-import org.yakindu.sct.model.sgraph.Statechart;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Statechart References</b></em>'.
- * <!-- end-user-doc -->
- * <p>
- * The following features are implemented:
- * <ul>
- *   <li>{@link org.yakindu.sct.model.sgen.impl.StatechartReferencesImpl#getStatecharts <em>Statecharts</em>}</li>
- * </ul>
- * </p>
- *
- * @generated
- */
-public class StatechartReferencesImpl extends EObjectImpl implements StatechartReferences {
-	/**
-	 * The cached value of the '{@link #getStatecharts() <em>Statecharts</em>}' reference list.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @see #getStatecharts()
-	 * @generated
-	 * @ordered
-	 */
-	protected EList<Statechart> statecharts;
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	protected StatechartReferencesImpl() {
-		super();
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	protected EClass eStaticClass() {
-		return SGenPackage.Literals.STATECHART_REFERENCES;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public EList<Statechart> getStatecharts() {
-		if (statecharts == null) {
-			statecharts = new EObjectResolvingEList<Statechart>(Statechart.class, this, SGenPackage.STATECHART_REFERENCES__STATECHARTS);
-		}
-		return statecharts;
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public Object eGet(int featureID, boolean resolve, boolean coreType) {
-		switch (featureID) {
-			case SGenPackage.STATECHART_REFERENCES__STATECHARTS:
-				return getStatecharts();
-		}
-		return super.eGet(featureID, resolve, coreType);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@SuppressWarnings("unchecked")
-	@Override
-	public void eSet(int featureID, Object newValue) {
-		switch (featureID) {
-			case SGenPackage.STATECHART_REFERENCES__STATECHARTS:
-				getStatecharts().clear();
-				getStatecharts().addAll((Collection<? extends Statechart>)newValue);
-				return;
-		}
-		super.eSet(featureID, newValue);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public void eUnset(int featureID) {
-		switch (featureID) {
-			case SGenPackage.STATECHART_REFERENCES__STATECHARTS:
-				getStatecharts().clear();
-				return;
-		}
-		super.eUnset(featureID);
-	}
-
-	/**
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	@Override
-	public boolean eIsSet(int featureID) {
-		switch (featureID) {
-			case SGenPackage.STATECHART_REFERENCES__STATECHARTS:
-				return statecharts != null && !statecharts.isEmpty();
-		}
-		return super.eIsSet(featureID);
-	}
-
-} //StatechartReferencesImpl

+ 0 - 196
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/util/SGenAdapterFactory.java

@@ -1,196 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen.util;
-
-import org.eclipse.emf.common.notify.Adapter;
-import org.eclipse.emf.common.notify.Notifier;
-
-import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
-
-import org.eclipse.emf.ecore.EObject;
-
-import org.yakindu.sct.model.sgen.*;
-
-/**
- * <!-- begin-user-doc -->
- * The <b>Adapter Factory</b> for the model.
- * It provides an adapter <code>createXXX</code> method for each class of the model.
- * <!-- end-user-doc -->
- * @see org.yakindu.sct.model.sgen.SGenPackage
- * @generated
- */
-public class SGenAdapterFactory extends AdapterFactoryImpl {
-	/**
-	 * The cached model package.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	protected static SGenPackage modelPackage;
-
-	/**
-	 * Creates an instance of the adapter factory.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public SGenAdapterFactory() {
-		if (modelPackage == null) {
-			modelPackage = SGenPackage.eINSTANCE;
-		}
-	}
-
-	/**
-	 * Returns whether this factory is applicable for the type of the object.
-	 * <!-- begin-user-doc -->
-	 * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
-	 * <!-- end-user-doc -->
-	 * @return whether this factory is applicable for the type of the object.
-	 * @generated
-	 */
-	@Override
-	public boolean isFactoryForType(Object object) {
-		if (object == modelPackage) {
-			return true;
-		}
-		if (object instanceof EObject) {
-			return ((EObject)object).eClass().getEPackage() == modelPackage;
-		}
-		return false;
-	}
-
-	/**
-	 * The switch that delegates to the <code>createXXX</code> methods.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	protected SGenSwitch<Adapter> modelSwitch =
-		new SGenSwitch<Adapter>() {
-			@Override
-			public Adapter caseGeneratorModel(GeneratorModel object) {
-				return createGeneratorModelAdapter();
-			}
-			@Override
-			public Adapter caseConfiguration(Configuration object) {
-				return createConfigurationAdapter();
-			}
-			@Override
-			public Adapter caseOutletConfiguration(OutletConfiguration object) {
-				return createOutletConfigurationAdapter();
-			}
-			@Override
-			public Adapter caseGeneratorConfiguration(GeneratorConfiguration object) {
-				return createGeneratorConfigurationAdapter();
-			}
-			@Override
-			public Adapter caseStatechartReferences(StatechartReferences object) {
-				return createStatechartReferencesAdapter();
-			}
-			@Override
-			public Adapter defaultCase(EObject object) {
-				return createEObjectAdapter();
-			}
-		};
-
-	/**
-	 * Creates an adapter for the <code>target</code>.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @param target the object to adapt.
-	 * @return the adapter for the <code>target</code>.
-	 * @generated
-	 */
-	@Override
-	public Adapter createAdapter(Notifier target) {
-		return modelSwitch.doSwitch((EObject)target);
-	}
-
-
-	/**
-	 * Creates a new adapter for an object of class '{@link org.yakindu.sct.model.sgen.GeneratorModel <em>Generator Model</em>}'.
-	 * <!-- begin-user-doc -->
-	 * This default implementation returns null so that we can easily ignore cases;
-	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
-	 * <!-- end-user-doc -->
-	 * @return the new adapter.
-	 * @see org.yakindu.sct.model.sgen.GeneratorModel
-	 * @generated
-	 */
-	public Adapter createGeneratorModelAdapter() {
-		return null;
-	}
-
-	/**
-	 * Creates a new adapter for an object of class '{@link org.yakindu.sct.model.sgen.Configuration <em>Configuration</em>}'.
-	 * <!-- begin-user-doc -->
-	 * This default implementation returns null so that we can easily ignore cases;
-	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
-	 * <!-- end-user-doc -->
-	 * @return the new adapter.
-	 * @see org.yakindu.sct.model.sgen.Configuration
-	 * @generated
-	 */
-	public Adapter createConfigurationAdapter() {
-		return null;
-	}
-
-	/**
-	 * Creates a new adapter for an object of class '{@link org.yakindu.sct.model.sgen.OutletConfiguration <em>Outlet Configuration</em>}'.
-	 * <!-- begin-user-doc -->
-	 * This default implementation returns null so that we can easily ignore cases;
-	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
-	 * <!-- end-user-doc -->
-	 * @return the new adapter.
-	 * @see org.yakindu.sct.model.sgen.OutletConfiguration
-	 * @generated
-	 */
-	public Adapter createOutletConfigurationAdapter() {
-		return null;
-	}
-
-	/**
-	 * Creates a new adapter for an object of class '{@link org.yakindu.sct.model.sgen.GeneratorConfiguration <em>Generator Configuration</em>}'.
-	 * <!-- begin-user-doc -->
-	 * This default implementation returns null so that we can easily ignore cases;
-	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
-	 * <!-- end-user-doc -->
-	 * @return the new adapter.
-	 * @see org.yakindu.sct.model.sgen.GeneratorConfiguration
-	 * @generated
-	 */
-	public Adapter createGeneratorConfigurationAdapter() {
-		return null;
-	}
-
-	/**
-	 * Creates a new adapter for an object of class '{@link org.yakindu.sct.model.sgen.StatechartReferences <em>Statechart References</em>}'.
-	 * <!-- begin-user-doc -->
-	 * This default implementation returns null so that we can easily ignore cases;
-	 * it's useful to ignore a case when inheritance will catch all the cases anyway.
-	 * <!-- end-user-doc -->
-	 * @return the new adapter.
-	 * @see org.yakindu.sct.model.sgen.StatechartReferences
-	 * @generated
-	 */
-	public Adapter createStatechartReferencesAdapter() {
-		return null;
-	}
-
-	/**
-	 * Creates a new adapter for the default case.
-	 * <!-- begin-user-doc -->
-	 * This default implementation returns null.
-	 * <!-- end-user-doc -->
-	 * @return the new adapter.
-	 * @generated
-	 */
-	public Adapter createEObjectAdapter() {
-		return null;
-	}
-
-} //SGenAdapterFactory

+ 0 - 199
plugins/org.yakindu.sct.model.sgen/src/org/yakindu/sct/model/sgen/util/SGenSwitch.java

@@ -1,199 +0,0 @@
-/**
- * <copyright>
- * </copyright>
- *
- * $Id$
- */
-package org.yakindu.sct.model.sgen.util;
-
-import org.eclipse.emf.ecore.EObject;
-import org.eclipse.emf.ecore.EPackage;
-
-import org.eclipse.emf.ecore.util.Switch;
-
-import org.yakindu.sct.model.sgen.*;
-
-/**
- * <!-- begin-user-doc -->
- * The <b>Switch</b> for the model's inheritance hierarchy.
- * It supports the call {@link #doSwitch(EObject) doSwitch(object)}
- * to invoke the <code>caseXXX</code> method for each class of the model,
- * starting with the actual class of the object
- * and proceeding up the inheritance hierarchy
- * until a non-null result is returned,
- * which is the result of the switch.
- * <!-- end-user-doc -->
- * @see org.yakindu.sct.model.sgen.SGenPackage
- * @generated
- */
-public class SGenSwitch<T> extends Switch<T> {
-	/**
-	 * The cached model package
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	protected static SGenPackage modelPackage;
-
-	/**
-	 * Creates an instance of the switch.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @generated
-	 */
-	public SGenSwitch() {
-		if (modelPackage == null) {
-			modelPackage = SGenPackage.eINSTANCE;
-		}
-	}
-
-	/**
-	 * Checks whether this is a switch for the given package.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @parameter ePackage the package in question.
-	 * @return whether this is a switch for the given package.
-	 * @generated
-	 */
-	@Override
-	protected boolean isSwitchFor(EPackage ePackage) {
-		return ePackage == modelPackage;
-	}
-
-	/**
-	 * Calls <code>caseXXX</code> for each class of the model until one returns a non null result; it yields that result.
-	 * <!-- begin-user-doc -->
-	 * <!-- end-user-doc -->
-	 * @return the first non-null result returned by a <code>caseXXX</code> call.
-	 * @generated
-	 */
-	@Override
-	protected T doSwitch(int classifierID, EObject theEObject) {
-		switch (classifierID) {
-			case SGenPackage.GENERATOR_MODEL: {
-				GeneratorModel generatorModel = (GeneratorModel)theEObject;
-				T result = caseGeneratorModel(generatorModel);
-				if (result == null) result = defaultCase(theEObject);
-				return result;
-			}
-			case SGenPackage.CONFIGURATION: {
-				Configuration configuration = (Configuration)theEObject;
-				T result = caseConfiguration(configuration);
-				if (result == null) result = defaultCase(theEObject);
-				return result;
-			}
-			case SGenPackage.OUTLET_CONFIGURATION: {
-				OutletConfiguration outletConfiguration = (OutletConfiguration)theEObject;
-				T result = caseOutletConfiguration(outletConfiguration);
-				if (result == null) result = caseConfiguration(outletConfiguration);
-				if (result == null) result = defaultCase(theEObject);
-				return result;
-			}
-			case SGenPackage.GENERATOR_CONFIGURATION: {
-				GeneratorConfiguration generatorConfiguration = (GeneratorConfiguration)theEObject;
-				T result = caseGeneratorConfiguration(generatorConfiguration);
-				if (result == null) result = defaultCase(theEObject);
-				return result;
-			}
-			case SGenPackage.STATECHART_REFERENCES: {
-				StatechartReferences statechartReferences = (StatechartReferences)theEObject;
-				T result = caseStatechartReferences(statechartReferences);
-				if (result == null) result = defaultCase(theEObject);
-				return result;
-			}
-			default: return defaultCase(theEObject);
-		}
-	}
-
-	/**
-	 * Returns the result of interpreting the object as an instance of '<em>Generator Model</em>'.
-	 * <!-- begin-user-doc -->
-	 * This implementation returns null;
-	 * returning a non-null result will terminate the switch.
-	 * <!-- end-user-doc -->
-	 * @param object the target of the switch.
-	 * @return the result of interpreting the object as an instance of '<em>Generator Model</em>'.
-	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
-	 * @generated
-	 */
-	public T caseGeneratorModel(GeneratorModel object) {
-		return null;
-	}
-
-	/**
-	 * Returns the result of interpreting the object as an instance of '<em>Configuration</em>'.
-	 * <!-- begin-user-doc -->
-	 * This implementation returns null;
-	 * returning a non-null result will terminate the switch.
-	 * <!-- end-user-doc -->
-	 * @param object the target of the switch.
-	 * @return the result of interpreting the object as an instance of '<em>Configuration</em>'.
-	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
-	 * @generated
-	 */
-	public T caseConfiguration(Configuration object) {
-		return null;
-	}
-
-	/**
-	 * Returns the result of interpreting the object as an instance of '<em>Outlet Configuration</em>'.
-	 * <!-- begin-user-doc -->
-	 * This implementation returns null;
-	 * returning a non-null result will terminate the switch.
-	 * <!-- end-user-doc -->
-	 * @param object the target of the switch.
-	 * @return the result of interpreting the object as an instance of '<em>Outlet Configuration</em>'.
-	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
-	 * @generated
-	 */
-	public T caseOutletConfiguration(OutletConfiguration object) {
-		return null;
-	}
-
-	/**
-	 * Returns the result of interpreting the object as an instance of '<em>Generator Configuration</em>'.
-	 * <!-- begin-user-doc -->
-	 * This implementation returns null;
-	 * returning a non-null result will terminate the switch.
-	 * <!-- end-user-doc -->
-	 * @param object the target of the switch.
-	 * @return the result of interpreting the object as an instance of '<em>Generator Configuration</em>'.
-	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
-	 * @generated
-	 */
-	public T caseGeneratorConfiguration(GeneratorConfiguration object) {
-		return null;
-	}
-
-	/**
-	 * Returns the result of interpreting the object as an instance of '<em>Statechart References</em>'.
-	 * <!-- begin-user-doc -->
-	 * This implementation returns null;
-	 * returning a non-null result will terminate the switch.
-	 * <!-- end-user-doc -->
-	 * @param object the target of the switch.
-	 * @return the result of interpreting the object as an instance of '<em>Statechart References</em>'.
-	 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
-	 * @generated
-	 */
-	public T caseStatechartReferences(StatechartReferences object) {
-		return null;
-	}
-
-	/**
-	 * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
-	 * <!-- begin-user-doc -->
-	 * This implementation returns null;
-	 * returning a non-null result will terminate the switch, but this is the last case anyway.
-	 * <!-- end-user-doc -->
-	 * @param object the target of the switch.
-	 * @return the result of interpreting the object as an instance of '<em>EObject</em>'.
-	 * @see #doSwitch(org.eclipse.emf.ecore.EObject)
-	 * @generated
-	 */
-	@Override
-	public T defaultCase(EObject object) {
-		return null;
-	}
-
-} //SGenSwitch