blob: 1df0ebfd3abb48080b0976f7ef73096358a01f50 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: Transition.java,v 1.2 2011/03/05 21:48:54 auhl Exp $
*/
package behavioral.status_and_action.assembly;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Transition</b></em>'.
* <!-- end-user-doc -->
*
*
* @see behavioral.status_and_action.assembly.AssemblyPackage#getTransition()
* @model
* @generated
*/
public interface Transition extends Connector {
} // Transition