blob: 2c5568cbde4f4e0cd8181dba6a31bcf77fde3c25 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2015-2021 Robert Bosch GmbH and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Generated using Eclipse EMF
*
* *******************************************************************************
*/
package org.eclipse.app4mc.amalthea.model;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Common Elements</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.model.CommonElements#getTags <em>Tags</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.model.CommonElements#getNamespaces <em>Namespaces</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.model.CommonElements#getCoreClassifiers <em>Core Classifiers</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.model.CommonElements#getMemoryClassifiers <em>Memory Classifiers</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getCommonElements()
* @model
* @generated
*/
public interface CommonElements extends BaseObject {
/**
* Returns the value of the '<em><b>Tags</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.app4mc.amalthea.model.Tag}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Tags</em>' containment reference list.
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getCommonElements_Tags()
* @model containment="true"
* @generated
*/
EList<Tag> getTags();
/**
* Returns the value of the '<em><b>Namespaces</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.app4mc.amalthea.model.Namespace}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Namespaces</em>' containment reference list.
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getCommonElements_Namespaces()
* @model containment="true"
* @generated
*/
EList<Namespace> getNamespaces();
/**
* Returns the value of the '<em><b>Core Classifiers</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.app4mc.amalthea.model.CoreClassifier}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Core Classifiers</em>' containment reference list.
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getCommonElements_CoreClassifiers()
* @model containment="true"
* @generated
*/
EList<CoreClassifier> getCoreClassifiers();
/**
* Returns the value of the '<em><b>Memory Classifiers</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.app4mc.amalthea.model.MemoryClassifier}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Memory Classifiers</em>' containment reference list.
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getCommonElements_MemoryClassifiers()
* @model containment="true"
* @generated
*/
EList<MemoryClassifier> getMemoryClassifiers();
} // CommonElements