sruntime.genmodel 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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) 2013 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.sruntime/src" modelPluginID="org.yakindu.sct.model.sruntime"
  5. modelName="Sruntime" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
  6. suppressEMFTypes="true" importerID="org.eclipse.emf.importer.ecore" complianceLevel="8.0"
  7. copyrightFields="false" publicConstructors="true" usedGenPackages="../../org.yakindu.base.types/model/base.genmodel#//base ../../org.yakindu.base.types/model/types.genmodel#//types"
  8. interfaceNamePattern="" importOrganizing="true">
  9. <foreignModel>sruntime.ecore</foreignModel>
  10. <genPackages prefix="SRuntime" basePackage="org.yakindu.sct.model" disposableProviderFactory="true"
  11. ecorePackage="sruntime.ecore#/">
  12. <genEnums typeSafeEnumCompatible="false" ecoreEnum="sruntime.ecore#//EventDirection">
  13. <genEnumLiterals ecoreEnumLiteral="sruntime.ecore#//EventDirection/LOCAL"/>
  14. <genEnumLiterals ecoreEnumLiteral="sruntime.ecore#//EventDirection/IN"/>
  15. <genEnumLiterals ecoreEnumLiteral="sruntime.ecore#//EventDirection/OUT"/>
  16. </genEnums>
  17. <genDataTypes ecoreDataType="sruntime.ecore#//JavaObject"/>
  18. <genClasses ecoreClass="sruntime.ecore#//ExecutionContext">
  19. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionContext/activeStates"/>
  20. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionContext/executedElements"/>
  21. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionContext/suspendedElements"/>
  22. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionContext/snapshot"/>
  23. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getRaisedEvents"/>
  24. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getVariable">
  25. <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getVariable/qualifiedName"/>
  26. </genOperations>
  27. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getEvent">
  28. <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getEvent/qualifiedName"/>
  29. </genOperations>
  30. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllEvents"/>
  31. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllVariables"/>
  32. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllSlots"/>
  33. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getSlot">
  34. <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getSlot/qualifiedName"/>
  35. </genOperations>
  36. </genClasses>
  37. <genClasses ecoreClass="sruntime.ecore#//ExecutionEvent">
  38. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionEvent/raised"/>
  39. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionEvent/direction"/>
  40. </genClasses>
  41. <genClasses image="false" ecoreClass="sruntime.ecore#//ExecutionSlot">
  42. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/value"/>
  43. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/fqName"/>
  44. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/writable"/>
  45. <genFeatures createChild="false" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionSlot/type"/>
  46. </genClasses>
  47. <genClasses ecoreClass="sruntime.ecore#//ExecutionVariable"/>
  48. <genClasses ecoreClass="sruntime.ecore#//CompositeSlot">
  49. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sruntime.ecore#//CompositeSlot/slots"/>
  50. </genClasses>
  51. <genClasses ecoreClass="sruntime.ecore#//ReferenceSlot">
  52. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ReferenceSlot/reference"/>
  53. </genClasses>
  54. <genClasses ecoreClass="sruntime.ecore#//ExecutionOperation"/>
  55. </genPackages>
  56. </genmodel:GenModel>