blob: 7731e9ba839803934bf4d7454089c45596fc3464 [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:
* Saadia Dhouib (CEA LIST) saadia.dhouib@cea.fr - Initial API and implementation
*
*****************************************************************************/
package org.eclipse.papyrus.aas;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Submodel Element</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.aas.AASPackage#getSubmodelElement()
* @model abstract="true"
* @generated
*/
public interface SubmodelElement extends Refereable, HasSemantics {
} // SubmodelElement