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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getPartialModelReference() * @model * @generated */ public interface PartialModelReference extends PartialModel { /** * Returns the value of the 'Referred' reference. * * * @return the value of the 'Referred' reference. * @see #setReferred(PartialModelDeclaration) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getPartialModelReference_Referred() * @model * @generated */ PartialModelDeclaration getReferred(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.PartialModelReference#getReferred Referred}' reference. * * * @param value the new value of the 'Referred' reference. * @see #getReferred() * @generated */ void setReferred(PartialModelDeclaration value); } // PartialModelReference