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/StructureClass.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/StructureClass.java26
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/StructureClass.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/StructureClass.java
index b66cb16b6..8e1e7d454 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/StructureClass.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/StructureClass.java
@@ -24,8 +24,8 @@ import org.eclipse.etrice.core.common.base.Annotation;
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.etrice.core.room.StructureClass#getAnnotations <em>Annotations</em>}</li>
- * <li>{@link org.eclipse.etrice.core.room.StructureClass#getBindings <em>Bindings</em>}</li>
* <li>{@link org.eclipse.etrice.core.room.StructureClass#getConnections <em>Connections</em>}</li>
+ * <li>{@link org.eclipse.etrice.core.room.StructureClass#getBindings <em>Bindings</em>}</li>
* </ul>
* </p>
*
@@ -52,35 +52,35 @@ public interface StructureClass extends RoomClass
EList<Annotation> getAnnotations();
/**
- * Returns the value of the '<em><b>Bindings</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.Binding}.
+ * Returns the value of the '<em><b>Connections</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.etrice.core.room.LayerConnection}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
- * <br>This is a list of structure class bindings.
+ * <br>This is a list of structure class connections.
*
* <!-- end-model-doc -->
- * @return the value of the '<em>Bindings</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getStructureClass_Bindings()
+ * @return the value of the '<em>Connections</em>' containment reference list.
+ * @see org.eclipse.etrice.core.room.RoomPackage#getStructureClass_Connections()
* @model containment="true"
* @generated
*/
- EList<Binding> getBindings();
+ EList<LayerConnection> getConnections();
/**
- * Returns the value of the '<em><b>Connections</b></em>' containment reference list.
- * The list contents are of type {@link org.eclipse.etrice.core.room.LayerConnection}.
+ * Returns the value of the '<em><b>Bindings</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.etrice.core.room.Binding}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
- * <br>This is a list of structure class connections.
+ * <br>This is a list of structure class bindings.
*
* <!-- end-model-doc -->
- * @return the value of the '<em>Connections</em>' containment reference list.
- * @see org.eclipse.etrice.core.room.RoomPackage#getStructureClass_Connections()
+ * @return the value of the '<em>Bindings</em>' containment reference list.
+ * @see org.eclipse.etrice.core.room.RoomPackage#getStructureClass_Bindings()
* @model containment="true"
* @generated
*/
- EList<LayerConnection> getConnections();
+ EList<Binding> getBindings();
} // StructureClass

Back to the top