/** * <copyright> * </copyright> * * $Id$ */ 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