* <!-- end-user-doc -->
* @generated
*/
public NotificationChain basicSetC(condition newC, NotificationChain msgs)
{
condition oldC = c;
c = newC;
if (eNotificationRequired())
{
ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, DecoraDslPackage.ITERATION_STATEMENT__C, oldC, newC);
if (msgs == null) msgs = notification; else msgs.add(notification);