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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getMetamodelReference() * @model * @generated */ public interface MetamodelReference extends Metamodel { /** * Returns the value of the 'Referred' reference. * * * @return the value of the 'Referred' reference. * @see #setReferred(MetamodelDeclaration) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getMetamodelReference_Referred() * @model * @generated */ MetamodelDeclaration getReferred(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MetamodelReference#getReferred Referred}' reference. * * * @param value the new value of the 'Referred' reference. * @see #getReferred() * @generated */ void setReferred(MetamodelDeclaration value); } // MetamodelReference