/** * generated by Xtext 2.21.0 */ package org.eclipse.viatra.solver.language.solverLanguage; /** * * A representation of the model object 'Scope Definition'. * * *

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getScopeDefinition() * @model * @generated */ public interface ScopeDefinition extends Statement { /** * Returns the value of the 'Type' reference. * * * @return the value of the 'Type' reference. * @see #setType(NamedElement) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getScopeDefinition_Type() * @model * @generated */ NamedElement getType(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.ScopeDefinition#getType Type}' reference. * * * @param value the new value of the 'Type' reference. * @see #getType() * @generated */ void setType(NamedElement value); } // ScopeDefinition