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/TransitionPoint.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionPoint.java122
1 files changed, 61 insertions, 61 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionPoint.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionPoint.java
index 5bba70ec3..0ebe0dab4 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionPoint.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TransitionPoint.java
@@ -1,61 +1,61 @@
-/**
- */
-package org.eclipse.etrice.core.room;
-
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Transition Point</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * <br>A transition point is located at the border of a {@link State}
- * and is not visible or accessible outside. It is used
- * to globally handle messages. If a {@link Transition} starting
- * at a transition point triggers then exit and entry codes
- * are executed as usual as long as the handler flag of the
- * transition point isn't set.
- *
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.etrice.core.room.TransitionPoint#isHandler <em>Handler</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.etrice.core.room.RoomPackage#getTransitionPoint()
- * @model
- * @generated
- */
-public interface TransitionPoint extends TrPoint
-{
- /**
- * Returns the value of the '<em><b>Handler</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>If this flag is {@code true} then for a transition triggerd from this point
- * no exit and entry codes of the states left and entered are executed.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>Handler</em>' attribute.
- * @see #setHandler(boolean)
- * @see org.eclipse.etrice.core.room.RoomPackage#getTransitionPoint_Handler()
- * @model
- * @generated
- */
- boolean isHandler();
-
- /**
- * Sets the value of the '{@link org.eclipse.etrice.core.room.TransitionPoint#isHandler <em>Handler</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param value the new value of the '<em>Handler</em>' attribute.
- * @see #isHandler()
- * @generated
- */
- void setHandler(boolean value);
-
-} // TransitionPoint
+/**
+ */
+package org.eclipse.etrice.core.room;
+
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Transition Point</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * <br>A transition point is located at the border of a {@link State}
+ * and is not visible or accessible outside. It is used
+ * to globally handle messages. If a {@link Transition} starting
+ * at a transition point triggers then exit and entry codes
+ * are executed as usual as long as the handler flag of the
+ * transition point isn't set.
+ *
+ * <!-- end-model-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.etrice.core.room.TransitionPoint#isHandler <em>Handler</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.etrice.core.room.RoomPackage#getTransitionPoint()
+ * @model
+ * @generated
+ */
+public interface TransitionPoint extends TrPoint
+{
+ /**
+ * Returns the value of the '<em><b>Handler</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * <br>If this flag is {@code true} then for a transition triggerd from this point
+ * no exit and entry codes of the states left and entered are executed.
+ *
+ * <!-- end-model-doc -->
+ * @return the value of the '<em>Handler</em>' attribute.
+ * @see #setHandler(boolean)
+ * @see org.eclipse.etrice.core.room.RoomPackage#getTransitionPoint_Handler()
+ * @model
+ * @generated
+ */
+ boolean isHandler();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.etrice.core.room.TransitionPoint#isHandler <em>Handler</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Handler</em>' attribute.
+ * @see #isHandler()
+ * @generated
+ */
+ void setHandler(boolean value);
+
+} // TransitionPoint

Back to the top