/** */ package de.hftstuttgart.energycomponents; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Investment Cost</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link de.hftstuttgart.energycomponents.InvestmentCost#getOtherInvestmentCost <em>Other Investment Cost</em>}</li> * <li>{@link de.hftstuttgart.energycomponents.InvestmentCost#getInvestmentCost <em>Investment Cost</em>}</li> * </ul> * * @see de.hftstuttgart.energycomponents.EnCompPackage#getInvestmentCost() * @model abstract="true" * @generated */ public interface InvestmentCost extends EObject { /** * Returns the value of the '<em><b>Other Investment Cost</b></em>' attribute. * The default value is <code>"0"</code>. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return the value of the '<em>Other Investment Cost</em>' attribute. * @see #setOtherInvestmentCost(double) * @see de.hftstuttgart.energycomponents.EnCompPackage#getInvestmentCost_OtherInvestmentCost() * @model default="0" * @generated */ double getOtherInvestmentCost(); /** * Sets the value of the '{@link de.hftstuttgart.energycomponents.InvestmentCost#getOtherInvestmentCost <em>Other Investment Cost</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Other Investment Cost</em>' attribute. * @see #getOtherInvestmentCost() * @generated */ void setOtherInvestmentCost(double value); /** * Returns the value of the '<em><b>Investment Cost</b></em>' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return the value of the '<em>Investment Cost</em>' containment reference. * @see #setInvestmentCost(Characteristic) * @see de.hftstuttgart.energycomponents.EnCompPackage#getInvestmentCost_InvestmentCost() * @model containment="true" required="true" * @generated */ Characteristic getInvestmentCost(); /** * Sets the value of the '{@link de.hftstuttgart.energycomponents.InvestmentCost#getInvestmentCost <em>Investment Cost</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Investment Cost</em>' containment reference. * @see #getInvestmentCost() * @generated */ void setInvestmentCost(Characteristic value); } // InvestmentCost