blob: 77e1f4dedc8a5464e45b007d0b0ee0543cb7efdf [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: StatusVariable.java,v 1.2 2011/03/05 21:48:54 auhl Exp $
*/
package behavioral.status_and_action.design;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Status Variable</b></em>'.
* <!-- end-user-doc -->
*
*
* @see behavioral.status_and_action.design.DesignPackage#getStatusVariable()
* @model
* @generated
*/
public interface StatusVariable extends AbstractStatusVariable {
} // StatusVariable