sgraph.genmodel 7.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
  3. 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;"
  4. modelDirectory="/org.yakindu.sct.model.sgraph/src" modelPluginID="org.yakindu.sct.model.sgraph"
  5. modelName="SGraph" importerID="org.eclipse.emf.importer.ecore" containmentProxies="true"
  6. complianceLevel="6.0" usedGenPackages="../../../org.yakindu.base.types/model/base.genmodel#//base">
  7. <foreignModel>sgraph.ecore</foreignModel>
  8. <genPackages prefix="SGraph" basePackage="org.yakindu.sct.model" disposableProviderFactory="true"
  9. 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 ecoreClass="sgraph.ecore#//Region">
  26. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//Region/vertices"/>
  27. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//Region/priority"/>
  28. <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//Region/composite"/>
  29. </genClasses>
  30. <genClasses ecoreClass="sgraph.ecore#//Transition">
  31. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sgraph.ecore#//Transition/target"/>
  32. <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//Transition/source"/>
  33. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//Transition/priority"/>
  34. </genClasses>
  35. <genClasses ecoreClass="sgraph.ecore#//FinalState"/>
  36. <genClasses image="false" ecoreClass="sgraph.ecore#//Variable"/>
  37. <genClasses ecoreClass="sgraph.ecore#//Event"/>
  38. <genClasses ecoreClass="sgraph.ecore#//Choice">
  39. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//Choice/kind"/>
  40. </genClasses>
  41. <genClasses ecoreClass="sgraph.ecore#//Statechart"/>
  42. <genClasses ecoreClass="sgraph.ecore#//Entry">
  43. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//Entry/kind"/>
  44. </genClasses>
  45. <genClasses ecoreClass="sgraph.ecore#//Exit"/>
  46. <genClasses image="false" ecoreClass="sgraph.ecore#//ReactiveElement">
  47. <genFeatures property="Readonly" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//ReactiveElement/reactions"/>
  48. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//ReactiveElement/localReactions"/>
  49. </genClasses>
  50. <genClasses image="false" ecoreClass="sgraph.ecore#//Reaction">
  51. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//Reaction/trigger"/>
  52. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//Reaction/effect"/>
  53. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//Reaction/properties"/>
  54. </genClasses>
  55. <genClasses image="false" ecoreClass="sgraph.ecore#//Trigger"/>
  56. <genClasses image="false" ecoreClass="sgraph.ecore#//Effect"/>
  57. <genClasses ecoreClass="sgraph.ecore#//ReactionProperty"/>
  58. <genClasses image="false" ecoreClass="sgraph.ecore#//SpecificationElement">
  59. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//SpecificationElement/specification"/>
  60. </genClasses>
  61. <genClasses image="false" ecoreClass="sgraph.ecore#//Declaration"/>
  62. <genClasses ecoreClass="sgraph.ecore#//Scope">
  63. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//Scope/declarations"/>
  64. <genFeatures property="Readonly" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//Scope/events"/>
  65. <genFeatures property="Readonly" notify="false" createChild="false" ecoreFeature="ecore:EReference sgraph.ecore#//Scope/variables"/>
  66. </genClasses>
  67. <genClasses image="false" ecoreClass="sgraph.ecore#//ScopedElement">
  68. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//ScopedElement/scopes"/>
  69. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//ScopedElement/namespace"/>
  70. </genClasses>
  71. <genClasses ecoreClass="sgraph.ecore#//Synchronization"/>
  72. <genClasses ecoreClass="sgraph.ecore#//State">
  73. <genFeatures property="Readonly" createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/orthogonal"/>
  74. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sgraph.ecore#//State/substatechart"/>
  75. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/substatechartId"/>
  76. <genFeatures property="Readonly" createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/subchart"/>
  77. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/simple"/>
  78. <genFeatures property="Readonly" createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/composite"/>
  79. <genFeatures property="Readonly" createChild="false" ecoreFeature="ecore:EAttribute sgraph.ecore#//State/leaf"/>
  80. </genClasses>
  81. <genClasses ecoreClass="sgraph.ecore#//Statement"/>
  82. <genClasses ecoreClass="sgraph.ecore#//RegularState"/>
  83. <genClasses image="false" ecoreClass="sgraph.ecore#//CompositeElement">
  84. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sgraph.ecore#//CompositeElement/regions"/>
  85. </genClasses>
  86. </genPackages>
  87. </genmodel:GenModel>