Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 757683952d6f8998384013bfd98de6207a1e7ff6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                                                                                                                                                                                                                                                                                          
<?xml version="1.0" encoding="ASCII"?>
<uicustom:MetamodelView xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:query="http://www.eclipse.org/EmfFacet/infra/query/0.8.incubation" xmlns:uicustom="http://www.eclipse.org/EmfFacet/infra/browser/custom/0.8" metamodelURI="http://www.eclipse.org/uml2/3.0.0/UML" allQuerySetsAvailable="false">
  <types metaclassName="uml.Package">
    <customizedFeatures customizedFeature="color">
      <defaultValue xsi:type="uicustom:StaticFeatureValue" value="(255,0,0)"/>
    </customizedFeatures>
    <customizedFeatures customizedFeature="backgroundColor">
      <defaultValue xsi:type="uicustom:DerivedFeatureValue">
        <valueCalculator xsi:type="query:JavaModelQuery" href="emffacet:/query/umlModelExplorerRecipe#GetPackageBackgroundColor"/>
      </defaultValue>
    </customizedFeatures>
  </types>
  <availableQuerySets>umlModelExplorerRecipe</availableQuerySets>
</uicustom:MetamodelView>

Back to the top