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/ProtocolSemantics.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/ProtocolSemantics.java110
1 files changed, 55 insertions, 55 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/ProtocolSemantics.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/ProtocolSemantics.java
index 82e8b171e..f88324673 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/ProtocolSemantics.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/ProtocolSemantics.java
@@ -1,55 +1,55 @@
-/**
- */
-package org.eclipse.etrice.core.room;
-
-import org.eclipse.emf.common.util.EList;
-
-import org.eclipse.emf.ecore.EObject;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Protocol Semantics</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * <br>An optional semantics specification as part of a {@link ProtocolClass}.
- * The semantic is defined as a <em>legal execution tree</em>.
- * This tree is composed of incoming and outgoing messages and each path through
- * this tree is a valid sequence of messages exchanged through a port instance.
- *
- * <p>
- * The semantics are composed using {@link SemanticsRule]s.
- * </p>
- *
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.etrice.core.room.ProtocolSemantics#getRules <em>Rules</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.etrice.core.room.RoomPackage#getProtocolSemantics()
- * @model
- * @generated
- */
-public interface ProtocolSemantics extends EObject
-{
- /**
- * Returns the value of the '<em><b>Rules</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.SemanticsRule}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>This is a list of semantic rules.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>Rules</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getProtocolSemantics_Rules()
- * @model containment="true"
- * @generated
- */
- EList<SemanticsRule> getRules();
-
-} // ProtocolSemantics
+/**
+ */
+package org.eclipse.etrice.core.room;
+
+import org.eclipse.emf.common.util.EList;
+
+import org.eclipse.emf.ecore.EObject;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Protocol Semantics</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * <br>An optional semantics specification as part of a {@link ProtocolClass}.
+ * The semantic is defined as a <em>legal execution tree</em>.
+ * This tree is composed of incoming and outgoing messages and each path through
+ * this tree is a valid sequence of messages exchanged through a port instance.
+ *
+ * <p>
+ * The semantics are composed using {@link SemanticsRule]s.
+ * </p>
+ *
+ * <!-- end-model-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.etrice.core.room.ProtocolSemantics#getRules <em>Rules</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.etrice.core.room.RoomPackage#getProtocolSemantics()
+ * @model
+ * @generated
+ */
+public interface ProtocolSemantics extends EObject
+{
+ /**
+ * Returns the value of the '<em><b>Rules</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.etrice.core.room.SemanticsRule}.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * <br>This is a list of semantic rules.
+ *
+ * <!-- end-model-doc -->
+ * @return the value of the '<em>Rules</em>' containment reference list.
+ * @see org.eclipse.etrice.core.room.RoomPackage#getProtocolSemantics_Rules()
+ * @model containment="true"
+ * @generated
+ */
+ EList<SemanticsRule> getRules();
+
+} // ProtocolSemantics

Back to the top