/** * generated by Xtext 2.21.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Cost Entry'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCostEntry() * @model * @generated */ public interface CostEntry extends EObject { /** * Returns the value of the 'Pattern Element' containment reference. * * * @return the value of the 'Pattern Element' containment reference. * @see #setPatternElement(PatternElement) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCostEntry_PatternElement() * @model containment="true" * @generated */ PatternElement getPatternElement(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostEntry#getPatternElement Pattern Element}' containment reference. * * * @param value the new value of the 'Pattern Element' containment reference. * @see #getPatternElement() * @generated */ void setPatternElement(PatternElement value); /** * Returns the value of the 'Weight' attribute. * * * @return the value of the 'Weight' attribute. * @see #setWeight(int) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCostEntry_Weight() * @model * @generated */ int getWeight(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostEntry#getWeight Weight}' attribute. * * * @param value the new value of the 'Weight' attribute. * @see #getWeight() * @generated */ void setWeight(int value); } // CostEntry