summaryrefslogtreecommitdiffstats
path: root/rba.model.core/src/rba/core/GetContentsList.java
diff options
context:
space:
mode:
Diffstat (limited to 'rba.model.core/src/rba/core/GetContentsList.java')
-rw-r--r--rba.model.core/src/rba/core/GetContentsList.java44
1 files changed, 44 insertions, 0 deletions
diff --git a/rba.model.core/src/rba/core/GetContentsList.java b/rba.model.core/src/rba/core/GetContentsList.java
new file mode 100644
index 0000000..fe51b2c
--- /dev/null
+++ b/rba.model.core/src/rba/core/GetContentsList.java
@@ -0,0 +1,44 @@
+/**
+ */
+package rba.core;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Get Contents List</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ *
+ * <!-- end-model-doc -->
+ *
+ *
+ * @see rba.core.RBACorePackage#getGetContentsList()
+ * @model
+ * @generated
+ */
+public interface GetContentsList extends AllocatableOperator {
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * @Override
+ * <!-- end-model-doc -->
+ * @model kind="operation"
+ * annotation="http://www.eclipse.org/emf/2002/GenModel body='return \".contentsList()\";'"
+ * @generated
+ */
+ String getSymbol();
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * <!-- begin-model-doc -->
+ * @Override
+ * <!-- end-model-doc -->
+ * @model kind="operation"
+ * annotation="http://www.eclipse.org/emf/2002/GenModel body='EList&lt;rba.core.Expression&gt; expressions = getOperand();\r\nif (!expressions.isEmpty() &amp;&amp; expressions.get(0) != null) {\r\n rba.core.Expression first = expressions.get(0);\r\n if (first.getType() == ExpressionType.AREA) {\r\n return ExpressionType.SET_OF_CONTENT;\r\n } else if (first.getType() == ExpressionType.ZONE) {\r\n return ExpressionType.SET_OF_SOUND;\r\n }\r\n}\r\nreturn ExpressionType.VALUE;'"
+ * @generated
+ */
+ ExpressionType getUnderlyingType();
+
+} // GetContentsList