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

* The following features are supported: *

* * * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getBoundedScopeDefinition() * @model * @generated */ public interface BoundedScopeDefinition extends ScopeDefinition { /** * Returns the value of the 'Lower Bound' attribute. * * * @return the value of the 'Lower Bound' attribute. * @see #setLowerBound(int) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getBoundedScopeDefinition_LowerBound() * @model * @generated */ int getLowerBound(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.BoundedScopeDefinition#getLowerBound Lower Bound}' attribute. * * * @param value the new value of the 'Lower Bound' attribute. * @see #getLowerBound() * @generated */ void setLowerBound(int value); /** * Returns the value of the 'Upper Bound' attribute. * * * @return the value of the 'Upper Bound' attribute. * @see #setUpperBound(int) * @see org.eclipse.viatra.solver.language.solverLanguage.SolverLanguagePackage#getBoundedScopeDefinition_UpperBound() * @model * @generated */ int getUpperBound(); /** * Sets the value of the '{@link org.eclipse.viatra.solver.language.solverLanguage.BoundedScopeDefinition#getUpperBound Upper Bound}' attribute. * * * @param value the new value of the 'Upper Bound' attribute. * @see #getUpperBound() * @generated */ void setUpperBound(int value); } // BoundedScopeDefinition