/** */ package hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations; /** * * A representation of the model object 'Lower Multiplicity Assertion'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.Ecore2logicannotationsPackage#getLowerMultiplicityAssertion() * @model * @generated */ public interface LowerMultiplicityAssertion extends MultiplicityAssertion { /** * Returns the value of the 'Lower' attribute. * *

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

* * @return the value of the 'Lower' attribute. * @see #setLower(int) * @see hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.Ecore2logicannotationsPackage#getLowerMultiplicityAssertion_Lower() * @model required="true" * @generated */ int getLower(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.ecore2logic.ecore2logicannotations.LowerMultiplicityAssertion#getLower Lower}' attribute. * * * @param value the new value of the 'Lower' attribute. * @see #getLower() * @generated */ void setLower(int value); } // LowerMultiplicityAssertion