Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 26c81c91cfb13fd9a8afccef9885c93bbf5eda78 (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
<?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.emf.teneo.samples/src"
    modelPluginID="org.eclipse.emf.teneo.samples" modelName="Jc" importerID="org.eclipse.emf.importer.ecore"
    complianceLevel="5.0">
  <foreignModel>jc.ecore</foreignModel>
  <genPackages prefix="Joincolumns" basePackage="org.eclipse.emf.teneo.samples.emf.annotations"
      disposableProviderFactory="true" ecorePackage="jc.ecore#/">
    <genClasses ecoreClass="jc.ecore#//Parent">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference jc.ecore#//Parent/children"/>
    </genClasses>
    <genClasses ecoreClass="jc.ecore#//Child"/>
    <genClasses ecoreClass="jc.ecore#//Person">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute jc.ecore#//Person/firstName"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute jc.ecore#//Person/lastName"/>
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference jc.ecore#//Person/friends"/>
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference jc.ecore#//Person/oppositeFriends"/>
    </genClasses>
    <genClasses ecoreClass="jc.ecore#//House">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference jc.ecore#//House/owner"/>
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference jc.ecore#//House/visitors"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>

Back to the top