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

* The following features are supported: *

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

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

* * @return the value of the 'Config' reference. * @see #setConfig(ConfigDeclaration) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getConfigReference_Config() * @model * @generated */ ConfigDeclaration getConfig(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigReference#getConfig Config}' reference. * * * @param value the new value of the 'Config' reference. * @see #getConfig() * @generated */ void setConfig(ConfigDeclaration value); } // ConfigReference