blob: 20a01abf2ed24f663d231f74a9019529af61c63c [file] [log] [blame]
/**
* Copyright (c) 2022 CEA LIST and others.
*
* 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
* http://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* CEA LIST - Initial API and implementation
*/
package org.eclipse.papyrus.aas;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Data Specification Content</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.aas.AASPackage#getDataSpecificationContent()
* @model abstract="true"
* @generated
*/
public interface DataSpecificationContent extends EObject {
} // DataSpecificationContent