/** */ package rba.sound; import rba.core.ExpressionType; import rba.core.SugarExpressionBase; /** * * A representation of the model object 'Is Changed Output'. * * * * @see rba.sound.RBASoundPackage#getIsChangedOutput() * @model * @generated */ public interface IsChangedOutput extends ZoneOperator, SugarExpressionBase { /** * * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return \".isChangedOutput()\";'" * @generated */ String getSymbol(); /** * * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return ExpressionType.BOOLEAN;'" * @generated */ ExpressionType getUnderlyingType(); } // IsChangedOutput