|
@@ -1,46 +0,0 @@
|
|
|
-/**
|
|
|
- * <copyright>
|
|
|
- * </copyright>
|
|
|
- *
|
|
|
-
|
|
|
- */
|
|
|
-package org.yakindu.sct.model.stext.stext.impl;
|
|
|
-
|
|
|
-import org.eclipse.emf.ecore.EClass;
|
|
|
-
|
|
|
-import org.yakindu.sct.model.stext.stext.EnterEvent;
|
|
|
-import org.yakindu.sct.model.stext.stext.StextPackage;
|
|
|
-
|
|
|
-/**
|
|
|
- * <!-- begin-user-doc -->
|
|
|
- * An implementation of the model object '<em><b>Enter Event</b></em>'.
|
|
|
- * <!-- end-user-doc -->
|
|
|
- * <p>
|
|
|
- * </p>
|
|
|
- *
|
|
|
- * @generated
|
|
|
- */
|
|
|
-public class EnterEventImpl extends EntryEventImpl implements EnterEvent
|
|
|
-{
|
|
|
- /**
|
|
|
- * <!-- begin-user-doc -->
|
|
|
- * <!-- end-user-doc -->
|
|
|
- * @generated
|
|
|
- */
|
|
|
- protected EnterEventImpl()
|
|
|
- {
|
|
|
- super();
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * <!-- begin-user-doc -->
|
|
|
- * <!-- end-user-doc -->
|
|
|
- * @generated
|
|
|
- */
|
|
|
- @Override
|
|
|
- protected EClass eStaticClass()
|
|
|
- {
|
|
|
- return StextPackage.Literals.ENTER_EVENT;
|
|
|
- }
|
|
|
-
|
|
|
-} //EnterEventImpl
|