/** * * * */ package org.modelica.xtext.modelicaBase; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'when clause e'. * * *

* The following features are supported: *

*

* * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getwhen_clause_e() * @model * @generated */ public interface when_clause_e extends equation_rule { /** * Returns the value of the 'Condition' attribute. * *

* If the meaning of the 'Condition' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Condition' attribute. * @see #setCondition(String) * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getwhen_clause_e_Condition() * @model * @generated */ String getCondition(); /** * Sets the value of the '{@link org.modelica.xtext.modelicaBase.when_clause_e#getCondition Condition}' attribute. * * * @param value the new value of the 'Condition' attribute. * @see #getCondition() * @generated */ void setCondition(String value); /** * Returns the value of the 'Then Equation Clauses' containment reference list. * The list contents are of type {@link org.modelica.xtext.modelicaBase.equation_rule}. * *

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

* * @return the value of the 'Then Equation Clauses' containment reference list. * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getwhen_clause_e_ThenEquationClauses() * @model containment="true" * @generated */ EList getThenEquationClauses(); /** * Returns the value of the 'Else When Clauses' containment reference list. * The list contents are of type {@link org.modelica.xtext.modelicaBase.else_when_e}. * *

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

* * @return the value of the 'Else When Clauses' containment reference list. * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getwhen_clause_e_ElseWhenClauses() * @model containment="true" * @generated */ EList getElseWhenClauses(); } // when_clause_e