View Javadoc
1   /*****************************************************************************
2    * Copyright (c) 2010, 2016 CEA LIST.
3    *
4    *
5    * All rights reserved. This program and the accompanying materials
6    * are made available under the terms of the Eclipse Public License v1.0
7    * which accompanies this distribution, and is available at
8    * http://www.eclipse.org/legal/epl-v10.html
9    *
10   * Contributors:
11   *  Chokri MRAIDHA (CEA LIST) chokri.mraidha@cea.fr - Initial API and implementation
12   *
13   *****************************************************************************/
14  package org.eclipse.papyrus.MARTE.MARTE_DesignModel.HRM.HwLogical.HwDevice;
15  
16  
17  /**
18   * <!-- begin-user-doc -->
19   * A representation of the model object '<em><b>Hw Support</b></em>'.
20   * <!-- end-user-doc -->
21   *
22   *
23   * @see org.eclipse.papyrus.MARTE.MARTE_DesignModel.HRM.HwLogical.HwDevice.HwDevicePackage#getHwSupport()
24   * @model
25   * @generated
26   */
27  public interface HwSupport extends HwDevice {
28  } // HwSupport