/** * generated by Xtext 2.21.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; /** * * A representation of the model object 'Intervall Number'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getIntervallNumber() * @model * @generated */ public interface IntervallNumber extends NumberSpecification { /** * Returns the value of the 'Min' attribute. * * * @return the value of the 'Min' attribute. * @see #setMin(int) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getIntervallNumber_Min() * @model * @generated */ int getMin(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber#getMin Min}' attribute. * * * @param value the new value of the 'Min' attribute. * @see #getMin() * @generated */ void setMin(int value); /** * Returns the value of the 'Max Number' attribute. * * * @return the value of the 'Max Number' attribute. * @see #setMaxNumber(int) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getIntervallNumber_MaxNumber() * @model * @generated */ int getMaxNumber(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber#getMaxNumber Max Number}' attribute. * * * @param value the new value of the 'Max Number' attribute. * @see #getMaxNumber() * @generated */ void setMaxNumber(int value); /** * Returns the value of the 'Max Unlimited' attribute. * * * @return the value of the 'Max Unlimited' attribute. * @see #setMaxUnlimited(boolean) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getIntervallNumber_MaxUnlimited() * @model * @generated */ boolean isMaxUnlimited(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.IntervallNumber#isMaxUnlimited Max Unlimited}' attribute. * * * @param value the new value of the 'Max Unlimited' attribute. * @see #isMaxUnlimited() * @generated */ void setMaxUnlimited(boolean value); } // IntervallNumber