summaryrefslogtreecommitdiffstats
path: root/rba.model.sound/src/rba/sound/IsChangedOutput.java
blob: 877988ad6f5a1b97c2acbbad42df56675f46a681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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