sgraph.genmodel 7.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <genmodel:GenModel xmi:version="2.0"
  3. xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
  4. xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2011 committers of YAKINDU and others.&#xD;&#xA;All rights reserved. This program and the accompanying materials&#xD;&#xA;are made available under the terms of the Eclipse Public License v1.0&#xD;&#xA;which accompanies this distribution, and is available at&#xD;&#xA;http://www.eclipse.org/legal/epl-v10.html&#xD;&#xA;Contributors:&#xD;&#xA;committers of YAKINDU - initial API and implementation&#xD;&#xA;"
  5. modelDirectory="/org.yakindu.sct.model.sgraph/src" modelPluginID="org.yakindu.sct.model.sgraph"
  6. modelName="SGraph" importerID="org.eclipse.emf.importer.ecore" complianceLevel="6.0">
  7. <foreignModel>sgraph.ecore</foreignModel>
  8. <genPackages prefix="SGraph" basePackage="org.yakindu.sct.model" disposableProviderFactory="true"
  9. loadInitialization="true" ecorePackage="sgraph.ecore#/">
  10. <genEnums typeSafeEnumCompatible="false" ecoreEnum="sgraph.ecore#//EntryKind">
  11. <genEnumLiterals ecoreEnumLiteral="sgraph.ecore#//EntryKind/initial"/>
  12. <genEnumLiterals ecoreEnumLiteral="sgraph.ecore#//EntryKind/shallowHistory"/>
  13. <genEnumLiterals ecoreEnumLiteral="sgraph.ecore#//EntryKind/deepHistory"/>
  14. </genEnums>
  15. <genEnums typeSafeEnumCompatible="false" ecoreEnum="sgraph.ecore#//ChoiceKind">
  16. <genEnumLiterals ecoreEnumLiteral="sgraph.ecore#//ChoiceKind/dynamic"/>
  17. <genEnumLiterals ecoreEnumLiteral="sgraph.ecore#//ChoiceKind/static"/>
  18. </genEnums>
  19. <genClasses image="false" ecoreClass="sgraph.ecore#//Pseudostate"/>
  20. <genClasses image="false" ecoreClass="sgraph.ecore#//Vertex">
  21. <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//Vertex/parentRegion"/>
  22. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sgraph.ecore#//Vertex/incomingTransitions"/>
  23. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//Vertex/outgoingTransitions"/>
  24. </genClasses>
  25. <genClasses image="false" ecoreClass="sgraph.ecore#//NamedElement">
  26. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//NamedElement/name"/>
  27. </genClasses>
  28. <genClasses ecoreClass="sgraph.ecore#//Region">
  29. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//Region/vertices"/>
  30. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//Region/priority"/>
  31. <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//Region/composite"/>
  32. </genClasses>
  33. <genClasses ecoreClass="sgraph.ecore#//Transition">
  34. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sgraph.ecore#//Transition/target"/>
  35. <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//Transition/source"/>
  36. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//Transition/priority"/>
  37. </genClasses>
  38. <genClasses ecoreClass="sgraph.ecore#//FinalState"/>
  39. <genClasses image="false" ecoreClass="sgraph.ecore#//Variable"/>
  40. <genClasses ecoreClass="sgraph.ecore#//Event"/>
  41. <genClasses ecoreClass="sgraph.ecore#//Choice">
  42. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//Choice/kind"/>
  43. </genClasses>
  44. <genClasses ecoreClass="sgraph.ecore#//Statechart"/>
  45. <genClasses ecoreClass="sgraph.ecore#//Entry">
  46. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//Entry/kind"/>
  47. </genClasses>
  48. <genClasses image="false" ecoreClass="sgraph.ecore#//Trigger"/>
  49. <genClasses image="false" ecoreClass="sgraph.ecore#//Effect"/>
  50. <genClasses image="false" ecoreClass="sgraph.ecore#//SpecificationElement">
  51. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//SpecificationElement/specification"/>
  52. </genClasses>
  53. <genClasses image="false" ecoreClass="sgraph.ecore#//Declaration"/>
  54. <genClasses image="false" ecoreClass="sgraph.ecore#//Reaction">
  55. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//Reaction/trigger"/>
  56. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//Reaction/effect"/>
  57. </genClasses>
  58. <genClasses image="false" ecoreClass="sgraph.ecore#//ReactiveElement">
  59. <genFeatures property="Readonly" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//ReactiveElement/reactions"/>
  60. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//ReactiveElement/localReactions"/>
  61. </genClasses>
  62. <genClasses ecoreClass="sgraph.ecore#//Exit"/>
  63. <genClasses ecoreClass="sgraph.ecore#//Scope">
  64. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//Scope/declarations"/>
  65. <genFeatures property="Readonly" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//Scope/events"/>
  66. <genFeatures property="Readonly" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//Scope/variables"/>
  67. </genClasses>
  68. <genClasses image="false" ecoreClass="sgraph.ecore#//ScopedElement">
  69. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//ScopedElement/scopes"/>
  70. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//ScopedElement/namespace"/>
  71. </genClasses>
  72. <genClasses ecoreClass="sgraph.ecore#//Synchronization"/>
  73. <genClasses ecoreClass="sgraph.ecore#//State">
  74. <genFeatures property="Readonly" createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/orthogonal"/>
  75. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sgraph.ecore#//State/substatechart"/>
  76. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/substatechartId"/>
  77. <genFeatures property="Readonly" createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/subchart"/>
  78. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/simple"/>
  79. <genFeatures property="Readonly" createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/composite"/>
  80. <genFeatures property="Readonly" createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/leaf"/>
  81. </genClasses>
  82. <genClasses ecoreClass="sgraph.ecore#//Statement"/>
  83. <genClasses ecoreClass="sgraph.ecore#//RegularState"/>
  84. <genClasses image="false" ecoreClass="sgraph.ecore#//CompositeElement">
  85. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//CompositeElement/regions"/>
  86. </genClasses>
  87. </genPackages>
  88. </genmodel:GenModel>