| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.4"?> |
| |
| <!-- |
| Copyright (c) 2019 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: |
| Nicolas FAUVERGUE (CEA LIST) nicolas.fauvergue@cea.fr - Initial API and implementation |
| |
| --> |
| |
| <plugin> |
| <extension |
| point="org.eclipse.m2m.qvt.oml.javaBlackboxUnits"> |
| <unit |
| description="This Blackbox provides methods to save versioning informations in the imported model." |
| name="VersioningHelper" |
| namespace="org.eclipse.papyrus.interoperability.sysml16.sysml14.blackboxes"> |
| <library |
| class="org.eclipse.papyrus.interoperability.sysml16.sysml14.blackboxes.VersioningHelper" |
| name="VersioningHelper"> |
| <metamodel |
| nsURI="http://www.eclipse.org/emf/2002/Ecore"> |
| </metamodel> |
| </library> |
| </unit> |
| <unit |
| description="This Blackbox provides usefull sysml and uml methods" |
| name="SysMLBlackboxHelper" |
| namespace="org.eclipse.papyrus.interoperability.sysml16.sysml14.blackboxes.sysml"> |
| <library |
| class="org.eclipse.papyrus.interoperability.sysml16.sysml14.blackboxes.sysml.SysMLBlackboxHelper" |
| name="SysMLBlackboxHelper"> |
| <metamodel |
| nsURI="http://www.eclipse.org/uml2/5.0.0/UML"> |
| </metamodel> |
| <metamodel |
| nsURI="http://www.eclipse.org/emf/2002/Ecore"> |
| </metamodel> |
| </library> |
| </unit> |
| <unit |
| description="This Blackbox provides usefull notation methods" |
| name="NotationBlackboxHelper" |
| namespace="org.eclipse.papyrus.interoperability.sysml16.sysml14.blackboxes.notation"> |
| <library |
| class="org.eclipse.papyrus.interoperability.sysml16.sysml14.blackboxes.notation.NotationBlackboxHelper" |
| name="NotationBlackboxHelper"> |
| <metamodel |
| nsURI="http://www.eclipse.org/gmf/runtime/1.0.2/notation"> |
| </metamodel> |
| </library> |
| </unit> |
| <unit |
| description="This Blackbox provides usefull table methods" |
| name="TableBlackboxHelper" |
| namespace="org.eclipse.papyrus.interoperability.sysml16.sysml14.blackboxes.table"> |
| <library |
| class="org.eclipse.papyrus.interoperability.sysml16.sysml14.blackboxes.table.TableBlackboxHelper" |
| name="TableBlackboxHelper"> |
| <metamodel |
| nsURI="http://www.eclipse.org/papyrus/nattable/model"> |
| </metamodel> |
| <metamodel |
| nsURI="http://www.eclipse.org/papyrus/nattable/model/nattableconfiguration"> |
| </metamodel> |
| <metamodel |
| nsURI="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisprovider"> |
| </metamodel> |
| <metamodel |
| nsURI="http://www.eclipse.org/papyrus/nattable/model/table/nattableaxisconfiguration"> |
| </metamodel> |
| </library> |
| </unit> |
| </extension> |
| </plugin> |