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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getMemoryEntry() * @model * @generated */ public interface MemoryEntry extends ConfigEntry { /** * Returns the value of the 'Megabyte Limit' attribute. * *

* If the meaning of the 'Megabyte Limit' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Megabyte Limit' attribute. * @see #setMegabyteLimit(int) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getMemoryEntry_MegabyteLimit() * @model * @generated */ int getMegabyteLimit(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.MemoryEntry#getMegabyteLimit Megabyte Limit}' attribute. * * * @param value the new value of the 'Megabyte Limit' attribute. * @see #getMegabyteLimit() * @generated */ void setMegabyteLimit(int value); } // MemoryEntry