/** */ package rba.sound; import rba.core.AllocatableSet; import rba.core.ExpressionType; /** * * A representation of the model object 'Zone Set'. * * * * * * * * @see rba.sound.RBASoundPackage#getZoneSet() * @model * @generated */ public interface ZoneSet extends AllocatableSet { /** * * * * @Override * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return ExpressionType.SET_OF_ZONE;'" * @generated */ ExpressionType getExpressionType(); } // ZoneSet