-
Kai-Holger Brassel authoredb2abc6df
/**
*/
package de.hftstuttgart.energycomponents;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Exponentional Characteristic</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link de.hftstuttgart.energycomponents.ExponentionalCharacteristic#getFunctions <em>Functions</em>}</li>
* </ul>
*
* @see de.hftstuttgart.energycomponents.EnCompPackage#getExponentionalCharacteristic()
* @model
* @generated
*/
public interface ExponentionalCharacteristic extends Characteristic {
/**
* Returns the value of the '<em><b>Functions</b></em>' containment reference list.
* The list contents are of type {@link de.hftstuttgart.energycomponents.ExponentialFunction}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Functions</em>' containment reference list.
* @see de.hftstuttgart.energycomponents.EnCompPackage#getExponentionalCharacteristic_Functions()
* @model containment="true" required="true"
* @generated
*/
EList<ExponentialFunction> getFunctions();
} // ExponentionalCharacteristic