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/impl/RoomFactoryImpl.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomFactoryImpl.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomFactoryImpl.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomFactoryImpl.java
index 708f4fafe..f5279edc8 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomFactoryImpl.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RoomFactoryImpl.java
@@ -82,6 +82,7 @@ public class RoomFactoryImpl extends EFactoryImpl implements RoomFactory
case RoomPackage.OPERATION: return createOperation();
case RoomPackage.STANDARD_OPERATION: return createStandardOperation();
case RoomPackage.PORT_OPERATION: return createPortOperation();
+ case RoomPackage.CLASS_STRUCTOR: return createClassStructor();
case RoomPackage.GENERAL_PROTOCOL_CLASS: return createGeneralProtocolClass();
case RoomPackage.PROTOCOL_CLASS: return createProtocolClass();
case RoomPackage.COMPOUND_PROTOCOL_CLASS: return createCompoundProtocolClass();
@@ -353,6 +354,17 @@ public class RoomFactoryImpl extends EFactoryImpl implements RoomFactory
* <!-- end-user-doc -->
* @generated
*/
+ public ClassStructor createClassStructor()
+ {
+ ClassStructorImpl classStructor = new ClassStructorImpl();
+ return classStructor;
+ }
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @generated
+ */
public GeneralProtocolClass createGeneralProtocolClass()
{
GeneralProtocolClassImpl generalProtocolClass = new GeneralProtocolClassImpl();

Back to the top