aboutsummaryrefslogtreecommitdiffstats
path: root/rba.model.sound/src/rba/sound/IsOutputted.java
diff options
context:
space:
mode:
Diffstat (limited to 'rba.model.sound/src/rba/sound/IsOutputted.java')
-rw-r--r--rba.model.sound/src/rba/sound/IsOutputted.java46
1 files changed, 46 insertions, 0 deletions
diff --git a/rba.model.sound/src/rba/sound/IsOutputted.java b/rba.model.sound/src/rba/sound/IsOutputted.java
new file mode 100644
index 0000000..9b1d89d
--- /dev/null
+++ b/rba.model.sound/src/rba/sound/IsOutputted.java
@@ -0,0 +1,46 @@
+/**
+ */
+package rba.sound;
+
+import rba.core.ExpressionType;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Is Outputted</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ *
+ * <!-- end-model-doc -->
+ *
+ *
+ * @see rba.sound.RBASoundPackage#getIsOutputted()
+ * @model
+ * @generated
+ */
+public interface IsOutputted 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 \".isOutputted()\";'"
+ * @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.BOOLEAN;'"
+ * @generated
+ */
+ ExpressionType getUnderlyingType();
+
+} // IsOutputted