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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getObjectiveEntry() * @model * @generated */ public interface ObjectiveEntry extends EObject { /** * Returns the value of the 'Function' containment reference. * * * @return the value of the 'Function' containment reference. * @see #setFunction(ObjectiveFunction) * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getObjectiveEntry_Function() * @model containment="true" * @generated */ ObjectiveFunction getFunction(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ObjectiveEntry#getFunction Function}' containment reference. * * * @param value the new value of the 'Function' containment reference. * @see #getFunction() * @generated */ void setFunction(ObjectiveFunction value); } // ObjectiveEntry