Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4bc75b18aba59f348d9f4cde0f464c0944cc5683 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?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="extendedtypes" nsURI="http://www.eclipse.org/papyrus/infra/extendedtypes/1.0"
    nsPrefix="extendedtypes">
  <eClassifiers xsi:type="ecore:EClass" name="ExtendedElementTypeSet" eSuperTypes="#//ConfigurationElement">
    <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" lowerBound="1"
        upperBound="-1" eType="#//ElementTypeConfiguration" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="extensible" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ElementTypeConfiguration" abstract="true"
      eSuperTypes="#//ConfigurationElement">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="hint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
        defaultValueLiteral="ExtendedElements"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="kindName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
        defaultValueLiteral="org.eclipse.gmf.runtime.emf.type.core.IHintedType"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="specializedTypesID" lowerBound="1"
        upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="matcherConfiguration" eType="#//MatcherConfiguration"
        containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="IconEntry">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="bundleId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ConfigurationElement" abstract="true">
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1"
        eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="iconEntry" eType="#//IconEntry"
        containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ViewTypeAdviceConfiguration" abstract="true"
      eSuperTypes="#//ElementTypeAdviceConfiguration">
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
      <details key="documentation" value="Configuration for edit helper advices dedicated to the creation of new elements only.&#xD;&#xA;&#xD;&#xA;This kind of helpers should be used in the palette extensions, modeling assistants, model explorer, property views.&#xD;&#xA;Once the element has been created, it is managed by the edit helper and the advices of the specialized ElementType.&#xD;&#xA; "/>
    </eAnnotations>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="SemanticTypeAdviceConfiguration" abstract="true"
      eSuperTypes="#//ElementTypeAdviceConfiguration">
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
      <details key="documentation" value="Configuration dedicated to edit helper advices that will manage the  new kind of element for its entire lifecycle (Creation, Update, Deletion)&#xD;&#xA;&#xD;&#xA;This should be used to define new model elements for a domain specific language "/>
    </eAnnotations>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="MatcherConfiguration" abstract="true"/>
  <eClassifiers xsi:type="ecore:EClass" name="ActionConfiguration" abstract="true"
      eSuperTypes="#//ConfigurationElement"/>
  <eClassifiers xsi:type="ecore:EClass" name="ViewActionConfiguration" abstract="true"
      eSuperTypes="#//ActionConfiguration"/>
  <eClassifiers xsi:type="ecore:EClass" name="SemanticActionConfiguration" abstract="true"
      eSuperTypes="#//ActionConfiguration"/>
  <eClassifiers xsi:type="ecore:EClass" name="SemanticTypeConfiguration" abstract="true"
      eSuperTypes="#//ElementTypeConfiguration">
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
      <details key="documentation" value="Configuration specific to element types registered to manipulate Domain Specific elements."/>
    </eAnnotations>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ViewTypeConfiguration" abstract="true"
      eSuperTypes="#//ElementTypeConfiguration">
    <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
      <details key="documentation" value="Configuration specific to element types registered to manipulate graphical elements in GMF diagrams"/>
    </eAnnotations>
    <eStructuralFeatures xsi:type="ecore:EAttribute" name="specializedDiagramTypeID"
        eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="ElementTypeAdviceConfiguration" abstract="true"
      eSuperTypes="#//ConfigurationElement"/>
  <eClassifiers xsi:type="ecore:EClass" name="AspectSemanticTypeConfiguration" eSuperTypes="#//SemanticTypeConfiguration">
    <eStructuralFeatures xsi:type="ecore:EReference" name="adviceConfiguration" lowerBound="1"
        eType="#//AspectSemanticTypeAdviceConfiguration" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="AspectSemanticTypeAdviceConfiguration"
      eSuperTypes="#//SemanticTypeAdviceConfiguration">
    <eStructuralFeatures xsi:type="ecore:EReference" name="preActionConfiguration"
        upperBound="-1" eType="#//SemanticActionConfiguration" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="postActionConfiguration"
        upperBound="-1" eType="#//SemanticActionConfiguration" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="AspectViewTypeConfiguration" eSuperTypes="#//ViewTypeConfiguration">
    <eStructuralFeatures xsi:type="ecore:EReference" name="adviceConfiguration" lowerBound="1"
        eType="#//AspectViewTypeAdviceConfiguration" containment="true"/>
  </eClassifiers>
  <eClassifiers xsi:type="ecore:EClass" name="AspectViewTypeAdviceConfiguration" eSuperTypes="#//ViewTypeAdviceConfiguration">
    <eStructuralFeatures xsi:type="ecore:EReference" name="preActionConfiguration"
        upperBound="-1" eType="#//ViewActionConfiguration" containment="true"/>
    <eStructuralFeatures xsi:type="ecore:EReference" name="postActionConfiguration"
        upperBound="-1" eType="#//ViewActionConfiguration" containment="true"/>
  </eClassifiers>
</ecore:EPackage>

Back to the top