blob: 48b0ecd5e9b492f10bfb0fdd3706c76f0a9ffe16 [file] [log] [blame]
/**
* ****************************************************************************
* Copyright (c) 2020 CEA LIST.
*
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Asma Smaoui (CEA LIST) asma.smaoui@cea.fr - Initial API and implementation
*
* ****************************************************************************
*/
package io.shell.admin.aas._1._0;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Formula T</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link io.shell.admin.aas._1._0.FormulaT#getDependsOn <em>Depends On</em>}</li>
* </ul>
*
* @see io.shell.admin.aas._1._0._0Package#getFormulaT()
* @model extendedMetaData="name='formula_t' kind='elementOnly'"
* @generated
*/
public interface FormulaT extends EObject {
/**
* Returns the value of the '<em><b>Depends On</b></em>' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Depends On</em>' containment reference.
* @see #setDependsOn(ReferencesT)
* @see io.shell.admin.aas._1._0._0Package#getFormulaT_DependsOn()
* @model containment="true" required="true"
* extendedMetaData="kind='element' name='dependsOn' namespace='##targetNamespace'"
* @generated
*/
ReferencesT getDependsOn();
/**
* Sets the value of the '{@link io.shell.admin.aas._1._0.FormulaT#getDependsOn <em>Depends On</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Depends On</em>' containment reference.
* @see #getDependsOn()
* @generated
*/
void setDependsOn(ReferencesT value);
} // FormulaT