Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4ba0f0e10c6464d43001cb6e5ee036592cf37a3f (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
<?xml version="1.0" encoding="ASCII"?>
<elementtypesconfigurations:ElementTypeSetConfiguration
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:applystereotypeadviceconfiguration="http://www.eclipse.org/papyrus/infra/elementtypesconfigurations/uml/applystereotypeadvice/1.0"
    xmlns:elementtypesconfigurations="http://www.eclipse.org/papyrus/infra/elementtypesconfigurations/1.0"
    xmlns:stereotypeapplicationmatcherconfiguration="http://www.eclipse.org/payrus/elementtypesconfigurations/uml/stereotypematcherconfiguration"
    xmi:id="_ubJcsKeUEeSUR5jX0TaAcA"
    name="TestPaletteConfiguration"
    description="Element types configuration for test palette configuration plugin"
    identifier="org.eclipse.papyrus.uml.diagram.paletteconfiguration.tests.TestPaletteConfiguration"
    metamodelNsURI="http://www.eclipse.org/uml2/5.0.0/UML">
  <elementTypeConfigurations
      xsi:type="elementtypesconfigurations:SpecializationTypeConfiguration"
      xmi:id="_ubJcsaeUEeSUR5jX0TaAcA"
      name="ClassWithStoOnClass"
      identifier="org.eclipse.papyrus.uml.diagram.paletteconfiguration.tests">
    <iconEntry
        xmi:id="_ubJcsqeUEeSUR5jX0TaAcA"
        iconPath="/icons/full/obj16/Class.gif"
        bundleId="org.eclipse.uml2.uml.edit"/>
    <specializedTypesID>org.eclipse.papyrus.uml.Class</specializedTypesID>
    <matcherConfiguration
        xsi:type="stereotypeapplicationmatcherconfiguration:StereotypeApplicationMatcherConfiguration"
        xmi:id="_ubJcs6eUEeSUR5jX0TaAcA">
      <stereotypesQualifiedNames>TestPaletteConfiguration::TPC_StoOnClass</stereotypesQualifiedNames>
    </matcherConfiguration>
  </elementTypeConfigurations>
  <adviceBindingsConfigurations
      xsi:type="applystereotypeadviceconfiguration:ApplyStereotypeAdviceConfiguration"
      xmi:id="_ubJcyaeUEeSUR5jX0TaAcA"
      name="Apply StoOnClass"
      identifier="org.eclipse.papyrus.uml.paletteconfiguration.tests.advice"
      target="_ubJcsaeUEeSUR5jX0TaAcA">
    <stereotypesToApply
        xmi:id="_ubJcyqeUEeSUR5jX0TaAcA"
        stereotypeQualifiedName="TestPaletteConfiguration::TPC_StoOnClass">
      <requiredProfiles>TestPaletteConfiguration</requiredProfiles>
    </stereotypesToApply>
  </adviceBindingsConfigurations>
</elementtypesconfigurations:ElementTypeSetConfiguration>

Back to the top