summaryrefslogtreecommitdiffstats
path: root/rba.model.sound/src/rba/sound/IsSounding.java
blob: e5d5c3df418f5d16a81d4c528b5f0337a3ede0e6 (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
/**
 */
package rba.sound;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Is Sounding</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * 
 * <!-- end-model-doc -->
 *
 *
 * @see rba.sound.RBASoundPackage#getIsSounding()
 * @model
 * @generated
 */
public interface IsSounding extends SoundContentOperator {
	/**
	 * <!-- 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 \".isSounding()\";'"
	 * @generated
	 */
	String getSymbol();

} // IsSounding