blob: 68b5aa964d94805b1f18b1c417fb72219fedadb0 [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>Components Model</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.model.ComponentsModel#getStructures <em>Structures</em>}</li>
* <li>{@link org.eclipse.app4mc.amalthea.model.ComponentsModel#getSystems <em>Systems</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getComponentsModel()
* @model
* @generated
*/
public interface ComponentsModel extends BaseObject, IComponentContainer, IInterfaceContainer {
/**
* Returns the value of the '<em><b>Structures</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.app4mc.amalthea.model.ComponentStructure}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Structures</em>' containment reference list.
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getComponentsModel_Structures()
* @model containment="true"
* @generated
*/
EList<ComponentStructure> getStructures();
/**
* Returns the value of the '<em><b>Systems</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.app4mc.amalthea.model.System}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Systems</em>' containment reference list.
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getComponentsModel_Systems()
* @model containment="true"
* @generated
*/
EList<org.eclipse.app4mc.amalthea.model.System> getSystems();
} // ComponentsModel