blob: 245b8d9f78886a104e9a0c95e38e18f4c363f313 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2013 THALES GLOBAL SERVICES.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.sirius.sample.interactions;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Mix End</b></em>'. <!-- end-user-doc -->
*
*
* @see org.eclipse.sirius.sample.interactions.InteractionsPackage#getMixEnd()
* @model
* @generated
*/
public interface MixEnd extends ExecutionEnd, MessageEnd {
} // MixEnd