/** * * * */ package org.modelica.xtext.modelicaBase; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'equation rule'. * * *

* The following features are supported: *

*

* * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getequation_rule() * @model * @generated */ public interface equation_rule extends EObject { /** * Returns the value of the 'Comment' containment reference. * *

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

* * @return the value of the 'Comment' containment reference. * @see #setComment(Comment) * @see org.modelica.xtext.modelicaBase.ModelicaBasePackage#getequation_rule_Comment() * @model containment="true" * @generated */ Comment getComment(); /** * Sets the value of the '{@link org.modelica.xtext.modelicaBase.equation_rule#getComment Comment}' containment reference. * * * @param value the new value of the 'Comment' containment reference. * @see #getComment() * @generated */ void setComment(Comment value); } // equation_rule