Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/ConfigFactory.java')
-rw-r--r--plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/ConfigFactory.java36
1 files changed, 36 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/ConfigFactory.java b/plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/ConfigFactory.java
index 4fb7181ea..9313feb2b 100644
--- a/plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/ConfigFactory.java
+++ b/plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/ConfigFactory.java
@@ -63,6 +63,33 @@ public interface ConfigFactory extends EFactory
ActorInstanceConfig createActorInstanceConfig();
/**
+ * Returns a new object of class '<em>Protocol Class Config</em>'.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @return a new object of class '<em>Protocol Class Config</em>'.
+ * @generated
+ */
+ ProtocolClassConfig createProtocolClassConfig();
+
+ /**
+ * Returns a new object of class '<em>Port Class Config</em>'.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @return a new object of class '<em>Port Class Config</em>'.
+ * @generated
+ */
+ PortClassConfig createPortClassConfig();
+
+ /**
+ * Returns a new object of class '<em>Port Instance Config</em>'.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @return a new object of class '<em>Port Instance Config</em>'.
+ * @generated
+ */
+ PortInstanceConfig createPortInstanceConfig();
+
+ /**
* Returns a new object of class '<em>Attr Config</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
@@ -108,6 +135,15 @@ public interface ConfigFactory extends EFactory
Import createImport();
/**
+ * Returns a new object of class '<em>Literal Array</em>'.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @return a new object of class '<em>Literal Array</em>'.
+ * @generated
+ */
+ LiteralArray createLiteralArray();
+
+ /**
* Returns a new object of class '<em>Literal</em>'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->

Back to the top