File: XPathTest.genmodel

package info (click to toggle)
eclipse-platform-ui 4.30-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 93,944 kB
  • sloc: java: 830,957; xml: 25,107; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 1,613 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
    xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" modelDirectory="/org.eclipse.e4.emf.xpath.test/src"
    modelPluginID="org.eclipse.e4.emf.xpath.test" modelName="XPathTest" importerID="org.eclipse.emf.importer.ecore"
    complianceLevel="5.0" copyrightFields="false">
  <foreignModel>XPathTest.ecore</foreignModel>
  <genPackages prefix="Xpathtest" basePackage="org.eclipse.e4.emf.xpath.test.model"
      disposableProviderFactory="true" ecorePackage="XPathTest.ecore#/">
    <genClasses ecoreClass="XPathTest.ecore#//Root">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference XPathTest.ecore#//Root/nodes"/>
    </genClasses>
    <genClasses ecoreClass="XPathTest.ecore#//Node">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference XPathTest.ecore#//Node/parent"/>
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference XPathTest.ecore#//Node/children"/>
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference XPathTest.ecore#//Node/root"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute XPathTest.ecore#//Node/cat"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute XPathTest.ecore#//Node/value"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>