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/LogicalSystem.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/LogicalSystem.java108
1 files changed, 54 insertions, 54 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/LogicalSystem.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/LogicalSystem.java
index 97b89c4bc..458b8320a 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/LogicalSystem.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/LogicalSystem.java
@@ -1,54 +1,54 @@
-/**
- */
-package org.eclipse.etrice.core.room;
-
-import org.eclipse.emf.common.util.EList;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Logical System</b></em>'.
- * <!-- end-user-doc -->
- *
- * <!-- begin-model-doc -->
- * <br>The top level structural class. It can only contain sub systems using {@link SubSystemRef}s.
- * This way the logical system is composed of sub system instances. It also defines
- * {@link Binding}s and {@link LayerConnection}s between those sub systems.
- *
- * <p>
- * The logical system is the root of the instance tree of the generator model.
- * Each {@link SubSystemRef} is turned into a {@link SubSystemInstance} and each
- * {@link ActorRef} is turned into an {@link ActorInstance}.
- * </p>
- *
- * <!-- end-model-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.etrice.core.room.LogicalSystem#getSubSystems <em>Sub Systems</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.etrice.core.room.RoomPackage#getLogicalSystem()
- * @model
- * @generated
- */
-public interface LogicalSystem extends StructureClass
-{
- /**
- * Returns the value of the '<em><b>Sub Systems</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.SubSystemRef}.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * <!-- begin-model-doc -->
- * <br>The list of all sub systems contained in the logical system.
- *
- * <!-- end-model-doc -->
- * @return the value of the '<em>Sub Systems</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getLogicalSystem_SubSystems()
- * @model containment="true"
- * @generated
- */
- EList<SubSystemRef> getSubSystems();
-
-} // LogicalSystem
+/**
+ */
+package org.eclipse.etrice.core.room;
+
+import org.eclipse.emf.common.util.EList;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Logical System</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * <br>The top level structural class. It can only contain sub systems using {@link SubSystemRef}s.
+ * This way the logical system is composed of sub system instances. It also defines
+ * {@link Binding}s and {@link LayerConnection}s between those sub systems.
+ *
+ * <p>
+ * The logical system is the root of the instance tree of the generator model.
+ * Each {@link SubSystemRef} is turned into a {@link SubSystemInstance} and each
+ * {@link ActorRef} is turned into an {@link ActorInstance}.
+ * </p>
+ *
+ * <!-- end-model-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * <ul>
+ * <li>{@link org.eclipse.etrice.core.room.LogicalSystem#getSubSystems <em>Sub Systems</em>}</li>
+ * </ul>
+ * </p>
+ *
+ * @see org.eclipse.etrice.core.room.RoomPackage#getLogicalSystem()
+ * @model
+ * @generated
+ */
+public interface LogicalSystem extends StructureClass
+{
+ /**
+ * Returns the value of the '<em><b>Sub Systems</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.etrice.core.room.SubSystemRef}.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * <br>The list of all sub systems contained in the logical system.
+ *
+ * <!-- end-model-doc -->
+ * @return the value of the '<em>Sub Systems</em>' containment reference list.
+ * @see org.eclipse.etrice.core.room.RoomPackage#getLogicalSystem_SubSystems()
+ * @model containment="true"
+ * @generated
+ */
+ EList<SubSystemRef> getSubSystems();
+
+} // LogicalSystem

Back to the top