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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getRuntimeEntry() * @model * @generated */ public interface RuntimeEntry extends ConfigEntry { /** * Returns the value of the 'Millisec Limit' attribute. * * * @return the value of the 'Millisec Limit' attribute. * @see #setMillisecLimit(int) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getRuntimeEntry_MillisecLimit() * @model * @generated */ int getMillisecLimit(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.RuntimeEntry#getMillisecLimit Millisec Limit}' attribute. * * * @param value the new value of the 'Millisec Limit' attribute. * @see #getMillisecLimit() * @generated */ void setMillisecLimit(int value); } // RuntimeEntry