An error occurred while loading the file. Please try again.
-
Kai-Holger Brassel authoredb2abc6df
/**
*/
package de.hftstuttgart.energycomponents;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Bio Fuel</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link de.hftstuttgart.energycomponents.BioFuel#getWaterContent <em>Water Content</em>}</li>
* <li>{@link de.hftstuttgart.energycomponents.BioFuel#getAshContent <em>Ash Content</em>}</li>
* </ul>
*
* @see de.hftstuttgart.energycomponents.EnCompPackage#getBioFuel()
* @model
* @generated
*/
public interface BioFuel extends Fuel {
/**
* Returns the value of the '<em><b>Water Content</b></em>' attribute.
* The default value is <code>"0"</code>.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* %
* <!-- end-model-doc -->
* @return the value of the '<em>Water Content</em>' attribute.
* @see #setWaterContent(double)
* @see de.hftstuttgart.energycomponents.EnCompPackage#getBioFuel_WaterContent()
* @model default="0"
* @generated
*/
double getWaterContent();
/**
* Sets the value of the '{@link de.hftstuttgart.energycomponents.BioFuel#getWaterContent <em>Water Content</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Water Content</em>' attribute.
* @see #getWaterContent()
* @generated
*/
void setWaterContent(double value);
/**
* Returns the value of the '<em><b>Ash Content</b></em>' attribute.
* The default value is <code>"0"</code>.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* %
* <!-- end-model-doc -->
* @return the value of the '<em>Ash Content</em>' attribute.
* @see #setAshContent(double)
* @see de.hftstuttgart.energycomponents.EnCompPackage#getBioFuel_AshContent()
* @model default="0"
* @generated
*/
double getAshContent();
/**
* Sets the value of the '{@link de.hftstuttgart.energycomponents.BioFuel#getAshContent <em>Ash Content</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ash Content</em>' attribute.
* @see #getAshContent()