sruntime.genmodel 5.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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.simulation.core/src" modelPluginID="org.yakindu.sct.simulation.core"
  5. modelName="Sruntime" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
  6. suppressEMFTypes="true" importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0"
  7. copyrightFields="false" publicConstructors="true" usedGenPackages="../../org.yakindu.base.types/model/base.genmodel#//base ../../org.yakindu.sct.model.sgraph/model/emf/sgraph.genmodel#//sgraph ../../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.simulation.core" 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/getScheduledEvents"/>
  25. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getVariable">
  26. <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getVariable/qualifiedName"/>
  27. </genOperations>
  28. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getEvent">
  29. <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getEvent/qualifiedName"/>
  30. </genOperations>
  31. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllActiveStates"/>
  32. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllEvents"/>
  33. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllVariables"/>
  34. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllSlots"/>
  35. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getSlot">
  36. <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getSlot/qualifiedName"/>
  37. </genOperations>
  38. </genClasses>
  39. <genClasses ecoreClass="sruntime.ecore#//ExecutionEvent">
  40. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionEvent/raised"/>
  41. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionEvent/scheduled"/>
  42. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionEvent/direction"/>
  43. </genClasses>
  44. <genClasses image="false" ecoreClass="sruntime.ecore#//ExecutionSlot">
  45. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/value"/>
  46. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/fqName"/>
  47. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/writable"/>
  48. <genFeatures createChild="false" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionSlot/type"/>
  49. </genClasses>
  50. <genClasses ecoreClass="sruntime.ecore#//ExecutionVariable"/>
  51. <genClasses ecoreClass="sruntime.ecore#//CompositeSlot">
  52. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sruntime.ecore#//CompositeSlot/slots"/>
  53. </genClasses>
  54. <genClasses ecoreClass="sruntime.ecore#//ReferenceSlot">
  55. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ReferenceSlot/reference"/>
  56. </genClasses>
  57. </genPackages>
  58. </genmodel:GenModel>