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/NonInitialTransition.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/NonInitialTransition.java120
1 files changed, 60 insertions, 60 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/NonInitialTransition.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/NonInitialTransition.java
index 0bdcedc21..2a111f086 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/NonInitialTransition.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/NonInitialTransition.java
@@ -1,60 +1,60 @@
-/**
- */
-package org.eclipse.etrice.core.room;
-
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Non Initial Transition</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * <br>The super class of
- * <ul>
- * <li>{@link TransitionChainStartTransition}</li>
- * <li>{@link ContinuationTransition}</li>
- * <li>{@link CPBranchTransition}</li>
- * </ul>
- *
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.etrice.core.room.NonInitialTransition#getFrom <em>From</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.etrice.core.room.RoomPackage#getNonInitialTransition()
- * @model
- * @generated
- */
-public interface NonInitialTransition extends Transition
-{
- /**
- * Returns the value of the '<em><b>From</b></em>' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>This is the source node of the transition.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>From</em>' containment reference.
- * @see #setFrom(TransitionTerminal)
- * @see org.eclipse.etrice.core.room.RoomPackage#getNonInitialTransition_From()
- * @model containment="true"
- * @generated
- */
- TransitionTerminal getFrom();
-
- /**
- * Sets the value of the '{@link org.eclipse.etrice.core.room.NonInitialTransition#getFrom <em>From</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>From</em>' containment reference.
- * @see #getFrom()
- * @generated
- */
- void setFrom(TransitionTerminal value);
-
-} // NonInitialTransition
+/**
+ */
+package org.eclipse.etrice.core.room;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Non Initial Transition</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * <br>The super class of
+ * <ul>
+ * <li>{@link TransitionChainStartTransition}</li>
+ * <li>{@link ContinuationTransition}</li>
+ * <li>{@link CPBranchTransition}</li>
+ * </ul>
+ *
+ * <!-- end-model-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.etrice.core.room.NonInitialTransition#getFrom <em>From</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.etrice.core.room.RoomPackage#getNonInitialTransition()
+ * @model
+ * @generated
+ */
+public interface NonInitialTransition extends Transition
+{
+ /**
+ * Returns the value of the '<em><b>From</b></em>' containment reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * <br>This is the source node of the transition.
+ *
+ * <!-- end-model-doc -->
+ * @return the value of the '<em>From</em>' containment reference.
+ * @see #setFrom(TransitionTerminal)
+ * @see org.eclipse.etrice.core.room.RoomPackage#getNonInitialTransition_From()
+ * @model containment="true"
+ * @generated
+ */
+ TransitionTerminal getFrom();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.etrice.core.room.NonInitialTransition#getFrom <em>From</em>}' containment reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>From</em>' containment reference.
+ * @see #getFrom()
+ * @generated
+ */
+ void setFrom(TransitionTerminal value);
+
+} // NonInitialTransition

Back to the top