1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="UTF-8"?>
- <genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
- xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2013 committers of YAKINDU and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
committers of YAKINDU - initial API and implementation
"
- modelDirectory="/org.yakindu.sct.simulation.core/src" modelPluginID="org.yakindu.sct.simulation.core"
- modelName="Sruntime" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
- suppressEMFTypes="true" importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0"
- 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"
- interfaceNamePattern="" importOrganizing="true">
- <foreignModel>sruntime.ecore</foreignModel>
- <genPackages prefix="SRuntime" basePackage="org.yakindu.sct.simulation.core" disposableProviderFactory="true"
- ecorePackage="sruntime.ecore#/">
- <genEnums typeSafeEnumCompatible="false" ecoreEnum="sruntime.ecore#//EventDirection">
- <genEnumLiterals ecoreEnumLiteral="sruntime.ecore#//EventDirection/LOCAL"/>
- <genEnumLiterals ecoreEnumLiteral="sruntime.ecore#//EventDirection/IN"/>
- <genEnumLiterals ecoreEnumLiteral="sruntime.ecore#//EventDirection/OUT"/>
- </genEnums>
- <genDataTypes ecoreDataType="sruntime.ecore#//JavaObject"/>
- <genClasses ecoreClass="sruntime.ecore#//ExecutionContext">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionContext/activeStates"/>
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionContext/executedElements"/>
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionContext/suspendedElements"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionContext/snapshot"/>
- <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getRaisedEvents"/>
- <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getScheduledEvents"/>
- <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getVariable">
- <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getVariable/qualifiedName"/>
- </genOperations>
- <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getEvent">
- <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getEvent/qualifiedName"/>
- </genOperations>
- <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllActiveStates"/>
- <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllEvents"/>
- <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllVariables"/>
- <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getAllSlots"/>
- <genOperations ecoreOperation="sruntime.ecore#//ExecutionContext/getSlot">
- <genParameters ecoreParameter="sruntime.ecore#//ExecutionContext/getSlot/qualifiedName"/>
- </genOperations>
- </genClasses>
- <genClasses ecoreClass="sruntime.ecore#//ExecutionEvent">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionEvent/raised"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionEvent/scheduled"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionEvent/direction"/>
- </genClasses>
- <genClasses image="false" ecoreClass="sruntime.ecore#//ExecutionSlot">
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/value"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/fqName"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EAttribute sruntime.ecore#//ExecutionSlot/writable"/>
- <genFeatures createChild="false" ecoreFeature="ecore:EReference sruntime.ecore#//ExecutionSlot/type"/>
- </genClasses>
- <genClasses ecoreClass="sruntime.ecore#//ExecutionVariable"/>
- <genClasses ecoreClass="sruntime.ecore#//CompositeSlot">
- <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference sruntime.ecore#//CompositeSlot/slots"/>
- </genClasses>
- <genClasses ecoreClass="sruntime.ecore#//ReferenceSlot">
- <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference sruntime.ecore#//ReferenceSlot/reference"/>
- </genClasses>
- </genPackages>
- </genmodel:GenModel>
|