/** * generated by Xtext 2.16.0 */ package hu.bme.mit.inf.dslreasoner.application.applicationConfiguration; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Cost Objective Function'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCostObjectiveFunction() * @model * @generated */ public interface CostObjectiveFunction extends ObjectiveFunction { /** * Returns the value of the 'Entries' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.CostEntry}. * *

* If the meaning of the 'Entries' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Entries' containment reference list. * @see hu.bme.mit.inf.dslreasoner.application.applicationConfiguration.ApplicationConfigurationPackage#getCostObjectiveFunction_Entries() * @model containment="true" * @generated */ EList getEntries(); } // CostObjectiveFunction