/** */ package rba.sound; /** * * A representation of the model object 'Is Sounding'. * * * * * * * * @see rba.sound.RBASoundPackage#getIsSounding() * @model * @generated */ public interface IsSounding extends SoundContentOperator { /** * * * * @Override * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return \".isSounding()\";'" * @generated */ String getSymbol(); } // IsSounding