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

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getExactScopeDefinition() * @model * @generated */ public interface ExactScopeDefinition extends ScopeDefinition { /** * Returns the value of the 'Exact Scope' attribute. * * * @return the value of the 'Exact Scope' attribute. * @see #setExactScope(int) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getExactScopeDefinition_ExactScope() * @model * @generated */ int getExactScope(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.ExactScopeDefinition#getExactScope Exact Scope}' attribute. * * * @param value the new value of the 'Exact Scope' attribute. * @see #getExactScope() * @generated */ void setExactScope(int value); } // ExactScopeDefinition