/** * generated by Xtext 2.12.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; /** * * A representation of the model object 'Scope Reference'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getScopeReference() * @model * @generated */ public interface ScopeReference extends Scope { /** * Returns the value of the 'Referred' reference. * *

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

* * @return the value of the 'Referred' reference. * @see #setReferred(ScopeDeclaration) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getScopeReference_Referred() * @model * @generated */ ScopeDeclaration getReferred(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ScopeReference#getReferred Referred}' reference. * * * @param value the new value of the 'Referred' reference. * @see #getReferred() * @generated */ void setReferred(ScopeDeclaration value); } // ScopeReference