/** */ package IFML.Core; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Activation Expression</b></em>'. * <!-- end-user-doc --> * * * @see IFML.Core.CorePackage#getActivationExpression() * @model * @generated */ public interface ActivationExpression extends BooleanExpression { } // ActivationExpression