Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/fSM/AbstractInterfaceItem.java')
-rw-r--r--plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/fSM/AbstractInterfaceItem.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/fSM/AbstractInterfaceItem.java b/plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/fSM/AbstractInterfaceItem.java
index 6c63e7035..cbb587717 100644
--- a/plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/fSM/AbstractInterfaceItem.java
+++ b/plugins/org.eclipse.etrice.core.fsm/src-gen/org/eclipse/etrice/core/fsm/fSM/AbstractInterfaceItem.java
@@ -69,7 +69,7 @@ public interface AbstractInterfaceItem extends EObject
* @model kind="operation"
* @generated
*/
- EList<AbstractMessage> getAllIncomingAbstractMessages();
+ EList<EObject> getAllIncomingAbstractMessages();
/**
* <!-- begin-user-doc -->
@@ -77,6 +77,6 @@ public interface AbstractInterfaceItem extends EObject
* @model kind="operation"
* @generated
*/
- EList<AbstractMessage> getAllOutgoingAbstractMessages();
+ EList<EObject> getAllOutgoingAbstractMessages();
} // AbstractInterfaceItem

Back to the top