/** * * * */ package org.modelica.xtext.modelicaBase; /** * * A representation of the model object 'Element Replaceable Clause'. * * *

* The following features are supported: *

*

* * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getElementReplaceableClause() * @model * @generated */ public interface ElementReplaceableClause extends argument, ElementRedeclaration { /** * Returns the value of the 'Element' containment reference. * *

* If the meaning of the 'Element' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Element' containment reference. * @see #setElement(ElementRedeclaration) * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getElementReplaceableClause_Element() * @model containment="true" * @generated */ ElementRedeclaration getElement(); /** * Sets the value of the '{@link org.modelica.xtext.modelicaBase.ElementReplaceableClause#getElement Element}' containment reference. * * * @param value the new value of the 'Element' containment reference. * @see #getElement() * @generated */ void setElement(ElementRedeclaration value); /** * Returns the value of the 'Constraint' containment reference. * *

* If the meaning of the 'Constraint' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Constraint' containment reference. * @see #setConstraint(ConstrainingClause) * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getElementReplaceableClause_Constraint() * @model containment="true" * @generated */ ConstrainingClause getConstraint(); /** * Sets the value of the '{@link org.modelica.xtext.modelicaBase.ElementReplaceableClause#getConstraint Constraint}' containment reference. * * * @param value the new value of the 'Constraint' containment reference. * @see #getConstraint() * @generated */ void setConstraint(ConstrainingClause value); } // ElementReplaceableClause