An error occurred while loading the file. Please try again.
-
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>Table Characteristic</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link de.hftstuttgart.energycomponents.TableCharacteristic#getFunctions <em>Functions</em>}</li>
* </ul>
*
* @see de.hftstuttgart.energycomponents.EnCompPackage#getTableCharacteristic()
* @model
* @generated
*/
public interface TableCharacteristic 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.TableFunction}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Functions</em>' containment reference list.
* @see de.hftstuttgart.energycomponents.EnCompPackage#getTableCharacteristic_Functions()
* @model containment="true" required="true"
* @generated
*/
EList<TableFunction> getFunctions();
} // TableCharacteristic