sruntime.genmodel 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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"
  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#//InferredType"/>
  18. <genDataTypes ecoreDataType="sruntime.ecore#//JavaObject"/>
  19. <genClasses ecoreClass="sruntime.ecore#//ExecutionContext">
  20. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionContext/activeStates"/>
  21. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionContext/executedElements"/>
  22. <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionContext/suspendedElements"/>
  23. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionContext/snapshot"/>
  24. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getRaisedEvents"/>
  25. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getScheduledEvents"/>
  26. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getVariable">
  27. <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getVariable/qualifiedName"/>
  28. </genOperations>
  29. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getEvent">
  30. <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getEvent/qualifiedName"/>
  31. </genOperations>
  32. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllActiveStates"/>
  33. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllEvents"/>
  34. <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllVariables"/>
  35. </genClasses>
  36. <genClasses ecoreClass="sruntime.ecore#//ExecutionEvent">
  37. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionEvent/raised"/>
  38. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionEvent/scheduled"/>
  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/type"/>
  43. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/value"/>
  44. <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/fqName"/>
  45. </genClasses>
  46. <genClasses ecoreClass="sruntime.ecore#//ExecutionVariable"/>
  47. <genClasses ecoreClass="sruntime.ecore#//CompositeSlot">
  48. <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sruntime.ecore#//CompositeSlot/slots"/>
  49. </genClasses>
  50. </genPackages>
  51. </genmodel:GenModel>