/** */ package hu.bme.mit.inf.dslreasoner.alloyLanguage; /** * * A representation of the model object 'ALS Range Restriction Right'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSRangeRestrictionRight() * @model * @generated */ public interface ALSRangeRestrictionRight extends ALSTerm { /** * Returns the value of the 'Relation' containment reference. * *

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

* * @return the value of the 'Relation' containment reference. * @see #setRelation(ALSTerm) * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSRangeRestrictionRight_Relation() * @model containment="true" * @generated */ ALSTerm getRelation(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSRangeRestrictionRight#getRelation Relation}' containment reference. * * * @param value the new value of the 'Relation' containment reference. * @see #getRelation() * @generated */ void setRelation(ALSTerm value); /** * Returns the value of the 'Filter' containment reference. * *

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

* * @return the value of the 'Filter' containment reference. * @see #setFilter(ALSTerm) * @see hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage#getALSRangeRestrictionRight_Filter() * @model containment="true" * @generated */ ALSTerm getFilter(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSRangeRestrictionRight#getFilter Filter}' containment reference. * * * @param value the new value of the 'Filter' containment reference. * @see #getFilter() * @generated */ void setFilter(ALSTerm value); } // ALSRangeRestrictionRight