Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/profilefacet/org.eclipse.papyrus.uml.profilefacet.metamodel/model/profilefacet.ecore')
-rw-r--r--plugins/uml/profilefacet/org.eclipse.papyrus.uml.profilefacet.metamodel/model/profilefacet.ecore70
1 files changed, 0 insertions, 70 deletions
diff --git a/plugins/uml/profilefacet/org.eclipse.papyrus.uml.profilefacet.metamodel/model/profilefacet.ecore b/plugins/uml/profilefacet/org.eclipse.papyrus.uml.profilefacet.metamodel/model/profilefacet.ecore
deleted file mode 100644
index 0788230c297..00000000000
--- a/plugins/uml/profilefacet/org.eclipse.papyrus.uml.profilefacet.metamodel/model/profilefacet.ecore
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ecore:EPackage 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" name="profilefacet" nsURI="http://www.eclipse.org/papyrus/0.9/profilefacet"
- nsPrefix="profilefacet">
- <eClassifiers xsi:type="ecore:EClass" name="ProfileFacetSet" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage #//EObjectFacetRepresentation platform:/plugin/org.eclipse.emf.facet.infra.facet/model/facet.ecore#//FacetSet">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="a 'ProfileFacetSet' is used to represent a UML Profile"/>
- </eAnnotations>
- <eOperations name="getStereotypeFacets" upperBound="-1" eType="#//StereotypeFacet"/>
- <eOperations name="getSubProfileFacetSet" upperBound="-1" eType="#//ProfileFacetSet"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="profileQualifiedName" lowerBound="1"
- eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="the qualified name of the represented profile"/>
- </eAnnotations>
- </eStructuralFeatures>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="StereotypeFacet" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass #//EObjectFacetRepresentation platform:/plugin/org.eclipse.emf.facet.infra.facet/model/facet.ecore#//Facet">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="a 'StereotypeFacet' is used to represent a UML Stereotype"/>
- </eAnnotations>
- <eOperations name="getStereotypePropertyElements" upperBound="-1" eType="#//StereotypePropertyElement"/>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotypeQualifiedName"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="the qualified name of the represented stereotype"/>
- </eAnnotations>
- </eStructuralFeatures>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="StereotypePropertyElement" abstract="true"
- eSuperTypes="#//EObjectFacetRepresentation platform:/plugin/org.eclipse.emf.facet.infra.facet/model/facet.ecore#//FacetStructuralFeature">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="the abstract type used to represent the properties of the stereotype"/>
- </eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyQualifiedName"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="the name of the represented property of stereotype"/>
- </eAnnotations>
- </eStructuralFeatures>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
- defaultValueLiteral="false">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="indicates if the property is Derived. This property will probably used by a customization on the header of the columns (to add a '/' to the name column). &#xD;&#xA;We need it because if we have columns representing a stereotype property and if the concerning profile is not applied on the model, we won' be able to refind the real &#xD;&#xA;property to know if this property is derived or not."/>
- </eAnnotations>
- </eStructuralFeatures>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="StereotypePropertyFacetReference" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference #//StereotypePropertyElement platform:/plugin/org.eclipse.emf.facet.infra.facet/model/facet.ecore#//FacetReference">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="a 'StereotypePropertyFacetReference is used to represent a property typed by an EObject"/>
- </eAnnotations>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="StereotypePropertyFacetAttribute" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAttribute #//StereotypePropertyElement platform:/plugin/org.eclipse.emf.facet.infra.facet/model/facet.ecore#//FacetAttribute">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="a 'StereotypePropertyFacetReference is used to represent a property typed by a DataType, a PrimitiveType or an Enumeration"/>
- </eAnnotations>
- </eClassifiers>
- <eClassifiers xsi:type="ecore:EClass" name="EObjectFacetRepresentation" abstract="true"
- interface="true" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="This element is used to store the XMI_ID of the represented element."/>
- </eAnnotations>
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="representedElement_XMI_ID"
- lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
- <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
- <details key="documentation" value="The XMI_ID of the represented element."/>
- </eAnnotations>
- </eStructuralFeatures>
- </eClassifiers>
-</ecore:EPackage>

Back to the top