aboutsummaryrefslogtreecommitdiffstats
path: root/rba.model.sound/src/rba/sound/OutputtingSound.java
diff options
context:
space:
mode:
Diffstat (limited to 'rba.model.sound/src/rba/sound/OutputtingSound.java')
-rw-r--r--rba.model.sound/src/rba/sound/OutputtingSound.java46
1 files changed, 46 insertions, 0 deletions
diff --git a/rba.model.sound/src/rba/sound/OutputtingSound.java b/rba.model.sound/src/rba/sound/OutputtingSound.java
new file mode 100644
index 0000000..421a8fe
--- /dev/null
+++ b/rba.model.sound/src/rba/sound/OutputtingSound.java
@@ -0,0 +1,46 @@
+/**
+ */
+package rba.sound;
+
+import rba.core.ExpressionType;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Outputting Sound</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ *
+ * <!-- end-model-doc -->
+ *
+ *
+ * @see rba.sound.RBASoundPackage#getOutputtingSound()
+ * @model
+ * @generated
+ */
+public interface OutputtingSound extends ZoneOperator {
+ /**
+ * <!-- 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 \".outputtingSound()\";'"
+ * @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='return ExpressionType.SOUND;'"
+ * @generated
+ */
+ ExpressionType getUnderlyingType();
+
+} // OutputtingSound