<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Copyright (c) 2009 Mia-Software and others. | |
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 | |
http://www.eclipse.org/legal/epl-v20.html | |
Contributors: | |
Gregoire DUPE (Mia-Software) - initial API and implementation | |
--> | |
<facet:FacetSet xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:facet="http://www.eclipse.org/MoDisco/infra/facet/0.8.incubation" name="compo" nsURI="http://www.eclipse.org/MoDisco/facet/test/compo" nsPrefix="testInstance" facets="//ClassExt //EnumExt"> | |
<eClassifiers xsi:type="ecore:EClass" name="EClassToEEnum"> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="toEEnum"> | |
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EEnum"/> | |
</eStructuralFeatures> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="toEClass"> | |
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EClass"/> | |
</eStructuralFeatures> | |
</eClassifiers> | |
<eClassifiers xsi:type="facet:Facet" name="ClassExt" abstract="true"> | |
<eSuperTypes href="http://www.eclipse.org/emf/2002/Ecore#//EClass"/> | |
<eStructuralFeatures xsi:type="facet:Shortcut" name="toEClass2EEnum" eType="//EClassToEEnum" eOpposite="//EnumExt/toEClass2EEnum" oppositeReference="//EClassToEEnum/toEClass"/> | |
<eStructuralFeatures xsi:type="facet:Shortcut" name="toEEnum" path="//EClassToEEnum/toEEnum" oppositeReference="//EClassToEEnum/toEClass"> | |
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EEnum"/> | |
</eStructuralFeatures> | |
</eClassifiers> | |
<eClassifiers xsi:type="facet:Facet" name="EnumExt" abstract="true"> | |
<eSuperTypes href="http://www.eclipse.org/emf/2002/Ecore#//EEnum"/> | |
<eStructuralFeatures xsi:type="facet:Shortcut" name="toEClass2EEnum" eType="//EClassToEEnum" eOpposite="//ClassExt/toEClass2EEnum" oppositeReference="//EClassToEEnum/toEEnum"/> | |
<eStructuralFeatures xsi:type="facet:Shortcut" name="toEClass" path="//EClassToEEnum/toEClass" oppositeReference="//EClassToEEnum/toEEnum"> | |
<eType xsi:type="ecore:EClass" href="http://www.eclipse.org/emf/2002/Ecore#//EClass"/> | |
</eStructuralFeatures> | |
</eClassifiers> | |
<extendedPackage href="http://www.eclipse.org/emf/2002/Ecore#/"/> | |
</facet:FacetSet> |