Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionChainStartTransition.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionChainStartTransition.java54
1 files changed, 27 insertions, 27 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionChainStartTransition.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionChainStartTransition.java
index ceff73077..f3309925e 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionChainStartTransition.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionChainStartTransition.java
@@ -1,27 +1,27 @@
-/**
- */
-package org.eclipse.etrice.core.room;
-
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Transition Chain Start Transition</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * <br>The super class of
- * <ul>
- * <li>{@link TriggeredTransition}</li>
- * <li>{@link GuardedTransition}</li>
- * </ul>
- *
- * <!-- end-model-doc -->
- *
- *
- * @see org.eclipse.etrice.core.room.RoomPackage#getTransitionChainStartTransition()
- * @model
- * @generated
- */
-public interface TransitionChainStartTransition extends NonInitialTransition
-{
-} // TransitionChainStartTransition
+/**
+ */
+package org.eclipse.etrice.core.room;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Transition Chain Start Transition</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * <br>The super class of
+ * <ul>
+ * <li>{@link TriggeredTransition}</li>
+ * <li>{@link GuardedTransition}</li>
+ * </ul>
+ *
+ * <!-- end-model-doc -->
+ *
+ *
+ * @see org.eclipse.etrice.core.room.RoomPackage#getTransitionChainStartTransition()
+ * @model
+ * @generated
+ */
+public interface TransitionChainStartTransition extends NonInitialTransition
+{
+} // TransitionChainStartTransition

Back to the top