aboutsummaryrefslogtreecommitdiffstats
path: root/rba.model.sound/src/rba/sound/IsChangedOutput.java
diff options
context:
space:
mode:
Diffstat (limited to 'rba.model.sound/src/rba/sound/IsChangedOutput.java')
-rw-r--r--rba.model.sound/src/rba/sound/IsChangedOutput.java37
1 files changed, 37 insertions, 0 deletions
diff --git a/rba.model.sound/src/rba/sound/IsChangedOutput.java b/rba.model.sound/src/rba/sound/IsChangedOutput.java
new file mode 100644
index 0000000..877988a
--- /dev/null
+++ b/rba.model.sound/src/rba/sound/IsChangedOutput.java
@@ -0,0 +1,37 @@
+/**
+ */
+package rba.sound;
+
+import rba.core.ExpressionType;
+import rba.core.SugarExpressionBase;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Is Changed Output</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ *
+ * @see rba.sound.RBASoundPackage#getIsChangedOutput()
+ * @model
+ * @generated
+ */
+public interface IsChangedOutput extends ZoneOperator, SugarExpressionBase {
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @model kind="operation"
+ * annotation="http://www.eclipse.org/emf/2002/GenModel body='return \".isChangedOutput()\";'"
+ * @generated
+ */
+ String getSymbol();
+
+ /**
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @model kind="operation"
+ * annotation="http://www.eclipse.org/emf/2002/GenModel body='return ExpressionType.BOOLEAN;'"
+ * @generated
+ */
+ ExpressionType getUnderlyingType();
+
+} // IsChangedOutput