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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getConfigDeclaration() * @model * @generated */ public interface ConfigDeclaration extends Declaration { /** * Returns the value of the 'Specification' containment reference. * *

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

* * @return the value of the 'Specification' containment reference. * @see #setSpecification(ConfigSpecification) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getConfigDeclaration_Specification() * @model containment="true" * @generated */ ConfigSpecification getSpecification(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ConfigDeclaration#getSpecification Specification}' containment reference. * * * @param value the new value of the 'Specification' containment reference. * @see #getSpecification() * @generated */ void setSpecification(ConfigSpecification value); } // ConfigDeclaration