blob: 7f1fecc01da559fdba35bfdbe64024b8e8b2749a [file] [log] [blame]
/**
* Copyright (c) 2018, IncQuery Labs Ltd and 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:
* IncQuery Labs Ltd - initial API and implementation
* CEA List
*/
package org.eclipse.papyrus.moka.ssp.profile;
import org.eclipse.papyrus.moka.fmi.fmiprofile.FMIPort;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ssd Connector And Fmi Port</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.moka.ssp.profile.SSPProfilePackage#getSsdConnectorAndFmiPort()
* @model
* @generated
*/
public interface SsdConnectorAndFmiPort extends FMIPort, SsdConnector {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = " Copyright (c) 2018, IncQuery Labs Ltd and CEA List.\n All rights reserved. This program and the accompanying materials\nare made available under the terms of the Eclipse Public License 2.0\nwhich accompanies this distribution, and is available at\nhttps://www.eclipse.org/legal/epl-2.0 \r\n\r\nSPDX-License-Identifier: EPL-2.0\n \nContributors:\n IncQuery Labs Ltd - initial API and implementation\n CEA List ";
} // SsdConnectorAndFmiPort