mirror of
http://172.16.200.102/MOISE/Pattern-Instanciation-On-System-Engineering-Model.git
synced 2025-12-21 01:43:57 +01:00
30 lines
1.1 KiB
Java
30 lines
1.1 KiB
Java
/*******************************************************************************
|
|
* Copyright (c) 2018 IRT AESE (IRT Saint Exupéry).
|
|
* All rights reserved. This program and the accompanying materials
|
|
* are made available under the terms of the Eclipse Public License v2.0
|
|
* which accompanies this distribution, and is available at
|
|
* https://www.eclipse.org/legal/epl-2.0
|
|
*
|
|
* Contributors:
|
|
* Arnaud Dieumegard (IRT Saint Exupéry) - initial API and implementation
|
|
* Pierre Virelizier (IRT Saint Exupéry)
|
|
* Julien Baclet (IRT Saint Exupéry)
|
|
* Pierre Gaufillet (IRT Saint Exupéry)
|
|
*******************************************************************************/
|
|
/**
|
|
*/
|
|
package com.irtsaintexupery.pseim.seim;
|
|
|
|
/**
|
|
* <!-- begin-user-doc -->
|
|
* A representation of the model object '<em><b>Basic Property</b></em>'.
|
|
* <!-- end-user-doc -->
|
|
*
|
|
*
|
|
* @see com.irtsaintexupery.pseim.seim.SeimPackage#getBasicProperty()
|
|
* @model interface="true" abstract="true"
|
|
* @generated
|
|
*/
|
|
public interface BasicProperty extends Property {
|
|
} // BasicProperty
|